Staging: fsl-dpaa2: ethernet: dpni.c: Fixed alignment to match open parenthesis.
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>
This commit is contained in:
parent
ccc5d98ae0
commit
ac985b6cd9
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user