Staging: unisys: visorutil: easyproc: fixed a line over 80 characters coding style issue
Fixed a coding style issue. Signed-off-by: Shrikrishna Khare <shrikrishna.khare@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
00e053bd9f
commit
1846472c91
@ -254,9 +254,9 @@ void visor_easyproc_CreateDeviceProperty(struct easyproc_device_info *p,
|
||||
}
|
||||
strcpy(px->property_name, property_name);
|
||||
if (px->procEntry == NULL) {
|
||||
ERRDEVX(p->devno, "failed to register /proc/%s/device/%d/%s entry",
|
||||
p->pdriver->ProcId, p->devno, property_name
|
||||
);
|
||||
ERRDEVX(p->devno,
|
||||
"failed to register /proc/%s/device/%d/%s entry",
|
||||
p->pdriver->ProcId, p->devno, property_name);
|
||||
return;
|
||||
}
|
||||
px->show_device_property_info = show_property_info;
|
||||
|
Loading…
x
Reference in New Issue
Block a user