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-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1846472c911ce93fd6a140d821f5a393ac639cc0;p=linux-beck.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 3b388494e2af..40f1ae9a155c 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;