Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 60b156e3 authored by Oleg Drokin's avatar Oleg Drokin Committed by Greg Kroah-Hartman
Browse files

staging/lustre/libcfs: style change to add missing spaces for operations



This fixes checkpatch messages about
"spaces preferred around that '-' (ctx:VxV)"

Signed-off-by: default avatarOleg Drokin <green@linuxhacker.ru>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 22628c7d
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -667,7 +667,8 @@ int cfs_tracefile_dump_all_pages(char *filename)

	cfs_tracefile_write_lock();

	filp = filp_open(filename, O_CREAT|O_EXCL|O_WRONLY|O_LARGEFILE, 0600);
	filp = filp_open(filename, O_CREAT | O_EXCL | O_WRONLY | O_LARGEFILE,
			 0600);
	if (IS_ERR(filp)) {
		rc = PTR_ERR(filp);
		filp = NULL;
+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.