Commit 1846472c authored by Shrikrishna Khare's avatar Shrikrishna Khare Committed by Greg Kroah-Hartman

Staging: unisys: visorutil: easyproc: fixed a line over 80 characters coding style issue

Fixed a coding style issue.
Signed-off-by: default avatarShrikrishna Khare <shrikrishna.khare@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 00e053bd
...@@ -254,9 +254,9 @@ void visor_easyproc_CreateDeviceProperty(struct easyproc_device_info *p, ...@@ -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;
......
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