mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-11 12:44:49 -04:00
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
c3ed0afc62
commit
938acb99ce
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user