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

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
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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;