VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Nathan Chancellor <natechancellor@gmail.com> 2020-01-30 22:16:37 -0800 committer: Linus Torvalds <torvalds@linux-foundation.org> 2020-01-31 10:30:40 -0800 commit: 4e456fee215677584cafa7f67298a76917e89c64 parent: 3fd396afc05fc90097276c6b7a70c406ad4df5bb
Commit Summary:
lib/scatterlist.c: adjust indentation in __sg_alloc_table
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/lib/scatterlist.c b/lib/scatterlist.c
index c2cf2c311b7d..5813072bc589 100644
--- a/lib/scatterlist.c
+++ b/lib/scatterlist.c
@@ -311,7 +311,7 @@ int __sg_alloc_table(struct sg_table *table, unsigned int nents,
 			if (prv)
 				table->nents = ++table->orig_nents;
 
- 			return -ENOMEM;
+			return -ENOMEM;
 		}
 
 		sg_init_table(sg, alloc_size);