OSDN Git Service

Staging: fsl-dpaa2: ethernet: dpni.c: Fixed alignment to match open parenthesis.
authorSrishti Sharma <srishtishar@gmail.com>
Sun, 20 Aug 2017 01:44:55 +0000 (07:14 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 23 Aug 2017 01:33:25 +0000 (18:33 -0700)
Fixed alignment so that it matched open parenthesis

Signed-off-by: Srishti Sharma <srishtishar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fsl-dpaa2/ethernet/dpni.c

index 5b9d442..04a5b14 100644 (file)
@@ -1443,7 +1443,7 @@ int dpni_get_queue(struct fsl_mc_io *mc_io,
        queue->destination.id = le32_to_cpu(rsp_params->dest_id);
        queue->destination.priority = rsp_params->dest_prio;
        queue->destination.type = dpni_get_field(rsp_params->flags,
-                                                    DEST_TYPE);
+                                                DEST_TYPE);
        queue->flc.stash_control = dpni_get_field(rsp_params->flags,
                                                  STASH_CTRL);
        queue->destination.hold_active = dpni_get_field(rsp_params->flags,