mirror of https://gitee.com/openkylin/linux.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 <prtvar.b@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
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");
|
||||
|
|
Loading…
Reference in New Issue