]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
Staging: fsl-mc: Remove blank lines
authorRamiro Oliveira <Ramiro.Oliveira@synopsys.com>
Fri, 30 Sep 2016 14:01:22 +0000 (15:01 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 2 Oct 2016 15:29:11 +0000 (17:29 +0200)
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>
drivers/staging/fsl-mc/bus/dpmcp.c
drivers/staging/fsl-mc/bus/fsl-mc-bus.c

index bd63baa00693d8314271dbdc4509d619c1d5b753..55766f78a528675e6f54f111a6d080b52d31296e 100644 (file)
@@ -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);
index 4ebc72fb77042006da566eff39d86ad18716d071..44f64b6f0fc90654e78d9a15ab4230ab066c9c84 100644 (file)
@@ -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,