Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 938acb99 authored by Bojan Prtvar's avatar Bojan Prtvar Committed by Greg Kroah-Hartman
Browse files

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: default avatarBojan Prtvar <prtvar.b@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c3ed0afc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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");