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
1 changed files with 3 additions and 3 deletions
|
@ -254,9 +254,9 @@ void visor_easyproc_CreateDeviceProperty(struct easyproc_device_info *p,
|
||||||
}
|
}
|
||||||
strcpy(px->property_name, property_name);
|
strcpy(px->property_name, property_name);
|
||||||
if (px->procEntry == NULL) {
|
if (px->procEntry == NULL) {
|
||||||
ERRDEVX(p->devno, "failed to register /proc/%s/device/%d/%s entry",
|
ERRDEVX(p->devno,
|
||||||
p->pdriver->ProcId, p->devno, property_name
|
"failed to register /proc/%s/device/%d/%s entry",
|
||||||
);
|
p->pdriver->ProcId, p->devno, property_name);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
px->show_device_property_info = show_property_info;
|
px->show_device_property_info = show_property_info;
|
||||||
|
|
Loading…
Add table
Reference in a new issue