[PATCH v3 14/14] net/bnx2x: fix whitespace
Stephen Hemminger
stephen at networkplumber.org
Thu Nov 10 00:24:51 CET 2022
Add space after keywords.
Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
---
drivers/net/bnx2x/bnx2x.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/bnx2x/bnx2x.h b/drivers/net/bnx2x/bnx2x.h
index 89414ac88a93..9cb927e25449 100644
--- a/drivers/net/bnx2x/bnx2x.h
+++ b/drivers/net/bnx2x/bnx2x.h
@@ -96,7 +96,7 @@ int bnx2x_ilog2(int x)
int log = 0;
x >>= 1;
- while(x) {
+ while (x) {
log++;
x >>= 1;
}
--
2.35.1
More information about the dev
mailing list