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

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
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -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