Commit 048035bf authored by Ricardo Ribalda's avatar Ricardo Ribalda Committed by Greg Kroah-Hartman
Browse files

staging/unisys/visorutil/procobjecttree: Code Style



Lines should not be over 80 characters

Signed-off-by: default avatarRicardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 2cc1a1b3
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -260,8 +260,8 @@ MYPROCOBJECT *visor_proc_CreateObject(MYPROCTYPE *type,
		ERRDRV("out of memory\n");
		goto Away;
	}
	obj->procDirProperties =
		kzalloc((type->nProperties + 1) * sizeof(struct proc_dir_entry *),
	obj->procDirProperties = kzalloc((type->nProperties + 1) *
					 sizeof(struct proc_dir_entry *),
					 GFP_KERNEL | __GFP_NORETRY);
	if (obj->procDirProperties == NULL) {
		ERRDRV("out of memory\n");