summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vme/devices
diff options
context:
space:
mode:
authorBojan Prtvar2014-04-03 00:24:10 +0200
committerGreg Kroah-Hartman2014-04-19 01:21:05 +0200
commit938acb99ce6c8883075c4c6e64409dd765bdb9e9 (patch)
treeae3ec9ee640279c97f30448478d0448aff78d098 /drivers/staging/vme/devices
parentstaging: panel: add blank lines after declarations (diff)
downloadkernel-qcow2-linux-938acb99ce6c8883075c4c6e64409dd765bdb9e9.tar.gz
kernel-qcow2-linux-938acb99ce6c8883075c4c6e64409dd765bdb9e9.tar.xz
kernel-qcow2-linux-938acb99ce6c8883075c4c6e64409dd765bdb9e9.zip
staging: vme: Fix a small coding style issue in vme_user.c
The checkpatch.pl complains about missing blank line after declaration. This patch silence the warning. Signed-off-by: Bojan Prtvar <prtvar.b@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vme/devices')
-rw-r--r--drivers/staging/vme/devices/vme_user.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/vme/devices/vme_user.c b/drivers/staging/vme/devices/vme_user.c
index 792792715673..481192a2f4e2 100644
--- a/drivers/staging/vme/devices/vme_user.c
+++ b/drivers/staging/vme/devices/vme_user.c
@@ -791,6 +791,7 @@ static int vme_user_probe(struct vme_dev *vdev)
/* Add sysfs Entries */
for (i = 0; i < VME_DEVS; i++) {
int num;
+
switch (type[i]) {
case MASTER_MINOR:
sprintf(name, "bus/vme/m%%d");