From: Shrikrishna Khare Date: Sat, 18 Oct 2014 22:57:37 +0000 (-0700) Subject: Staging: unisys: visorutil: easyproc: fixed a line over 80 characters coding style... X-Git-Tag: v3.19-rc1~66^2~1017 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1846472c911ce93fd6a140d821f5a393ac639cc0;p=thirdparty%2Fkernel%2Flinux.git Staging: unisys: visorutil: easyproc: fixed a line over 80 characters coding style issue Fixed a coding style issue. Signed-off-by: Shrikrishna Khare Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/unisys/visorutil/easyproc.c b/drivers/staging/unisys/visorutil/easyproc.c index 3b388494e2afd..40f1ae9a155c5 100644 --- a/drivers/staging/unisys/visorutil/easyproc.c +++ b/drivers/staging/unisys/visorutil/easyproc.c @@ -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;