lkml.org 
[lkml]   [2021]   [Feb]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] lib: genalloc: fix warning generated by checkpatch
Date
Add missing blank line after declarations.

Signed-off-by: Hassan Shahbazi <h.shahbazi.git@gmail.com>
---
lib/genalloc.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/lib/genalloc.c b/lib/genalloc.c
index dab97bb69df6..3e901fd93b00 100644
--- a/lib/genalloc.c
+++ b/lib/genalloc.c
@@ -757,6 +757,7 @@ unsigned long gen_pool_best_fit(unsigned long *map, unsigned long size,

while (index < size) {
unsigned long next_bit = find_next_bit(map, size, index + nr);
+
if ((next_bit - index) < len) {
len = next_bit - index;
start_bit = index;
--
2.26.2
\
 
 \ /
  Last update: 2021-02-18 22:30    [W:0.132 / U:0.496 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site