Commit a6208124 authored by Benjamin Romer's avatar Benjamin Romer Committed by Greg Kroah-Hartman

staging: unisys: fix indentation on vbuschannel_devinfo_to_string()

Fix the parameter indentation for vbuschannel_devinfo_to_string(), in
vbusdeviceinfo.h.
Signed-off-by: default avatarBenjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent df55a1fa
...@@ -151,7 +151,7 @@ vbuschannel_itoa(char *p, int remain, int num) ...@@ -151,7 +151,7 @@ vbuschannel_itoa(char *p, int remain, int num)
*/ */
static inline int static inline int
vbuschannel_devinfo_to_string(struct ultra_vbus_deviceinfo *devinfo, vbuschannel_devinfo_to_string(struct ultra_vbus_deviceinfo *devinfo,
char *p, int remain, int devix) char *p, int remain, int devix)
{ {
char *psrc; char *psrc;
int nsrc, x, i, pad; int nsrc, x, i, pad;
......
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