Commit 00e293b9 authored by Philip Thiemann's avatar Philip Thiemann Committed by Greg Kroah-Hartman

staging: vme: vme_user.c: fix warning 'line over 80 characters'

Removed checkpatch.pl warning 'line over 80 characters' by inserting a
linebreak in the comment line 50.
Signed-off-by: default avatarPhilip Thiemann <philip.thiemann@fau.de>
Signed-off-by: default avatarFabian Arnold <fabian.arnold@fau.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5a10380b
...@@ -47,7 +47,8 @@ static const char driver_name[] = "vme_user"; ...@@ -47,7 +47,8 @@ static const char driver_name[] = "vme_user";
static int bus[VME_USER_BUS_MAX]; static int bus[VME_USER_BUS_MAX];
static unsigned int bus_num; static unsigned int bus_num;
/* Currently Documentation/admin-guide/devices.rst defines the following for VME: /* Currently Documentation/admin-guide/devices.rst defines the
* following for VME:
* *
* 221 char VME bus * 221 char VME bus
* 0 = /dev/bus/vme/m0 First master image * 0 = /dev/bus/vme/m0 First master image
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment