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:
Shrikrishna Khare 2014-10-18 15:57:37 -07:00 committed by Greg Kroah-Hartman
parent 00e053bd9f
commit 1846472c91

View file

@ -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;