mirror of
https://github.com/torvalds/linux.git
synced 2024-12-04 01:51:34 +00:00
Staging: fsl-mc: Remove blank lines
Remove multiple blank lines as reported by checkpatch Signed-off-by: Ramiro Oliveira <roliveir@synopsys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
f86a180868
commit
cb0b65556e
@ -369,7 +369,6 @@ int dpmcp_set_irq_mask(struct fsl_mc_io *mc_io,
|
||||
struct mc_command cmd = { 0 };
|
||||
struct dpmcp_cmd_set_irq_mask *cmd_params;
|
||||
|
||||
|
||||
/* prepare command */
|
||||
cmd.header = mc_encode_cmd_header(DPMCP_CMDID_SET_IRQ_MASK,
|
||||
cmd_flags, token);
|
||||
|
@ -139,7 +139,6 @@ static struct attribute *fsl_mc_dev_attrs[] = {
|
||||
|
||||
ATTRIBUTE_GROUPS(fsl_mc_dev);
|
||||
|
||||
|
||||
struct bus_type fsl_mc_bus_type = {
|
||||
.name = "fsl-mc",
|
||||
.match = fsl_mc_bus_match,
|
||||
|
Loading…
Reference in New Issue
Block a user