Commit 51078e25 authored by James Simmons's avatar James Simmons Committed by Greg Kroah-Hartman
Browse files

staging: lustre: add missing spaces for LNet layer reported by checkpatch.pl



Add missing spaces in the code reported by checkpatch.pl.

Signed-off-by: default avatarJames Simmons <jsimmons@infradead.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e767c840
Loading
Loading
Loading
Loading
+7 −8
Original line number Diff line number Diff line
@@ -542,7 +542,6 @@ lnet_str2tbs_expand(struct list_head *tbs, char *str)
						   (int)(enditem - parsed)) != 0) {
					goto failed;
				}

				continue;
			}

+0 −1
Original line number Diff line number Diff line
@@ -332,7 +332,6 @@ __must_hold(&the_lnet.ln_eq_wait_lock)

	if (tms < 0) {
		schedule();

	} else {
		now = jiffies;
		schedule_timeout(msecs_to_jiffies(tms));
+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+6 −6

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+3 −3

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

Loading