Commit 515c1750 authored by James Simmons's avatar James Simmons Committed by Greg Kroah-Hartman
Browse files

staging: lustre: lnet: missing blank line after declaration



Add in missing blank line in lnet_copy_iov2iter() after
variable declarations.

Signed-off-by: default avatarJames Simmons <jsimmons@infradead.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 68e62534
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -192,6 +192,7 @@ lnet_copy_iov2iter(struct iov_iter *to,
	left = siov->iov_len - soffset;
	do {
		size_t n, copy = left;

		LASSERT(nsiov > 0);

		if (copy > nob)