From: Bojan Prtvar Date: Wed, 2 Apr 2014 22:24:10 +0000 (+0200) Subject: staging: vme: Fix a small coding style issue in vme_user.c X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=938acb99ce6c8883075c4c6e64409dd765bdb9e9;p=linux-beck.git 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 Signed-off-by: Greg Kroah-Hartman --- 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");