summaryrefslogtreecommitdiff
path: root/drivers/staging/vme
diff options
context:
space:
mode:
authorBojan Prtvar <prtvar.b@gmail.com>2014-04-02 22:24:10 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-04-18 23:21:05 (GMT)
commit938acb99ce6c8883075c4c6e64409dd765bdb9e9 (patch)
treeae3ec9ee640279c97f30448478d0448aff78d098 /drivers/staging/vme
parentc3ed0afc621f3eaa27519d083efb7c2304fd89a6 (diff)
downloadlinux-938acb99ce6c8883075c4c6e64409dd765bdb9e9.tar.xz
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')
-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 7927927..481192a 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");