projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6724cd
)
lib/parman: Delete newline
author
Jefferson Carpenter
<jeffersoncarpenter2@gmail.com>
Sat, 13 Feb 2021 16:00:15 +0000
(16:00 +0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 15 Feb 2021 23:31:52 +0000
(15:31 -0800)
Signed-off-by: Jefferson Carpenter <jeffersoncarpenter2@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
lib/parman.c
patch
|
blob
|
history
diff --git
a/lib/parman.c
b/lib/parman.c
index c6e42a8db8241fe498e11fda6a4aef759aa9ab28..a11f2f667639725d927566185b5f40b336d5a754 100644
(file)
--- a/
lib/parman.c
+++ b/
lib/parman.c
@@
-85,7
+85,6
@@
static int parman_shrink(struct parman *parman)
}
static bool parman_prio_used(struct parman_prio *prio)
-
{
return !list_empty(&prio->item_list);
}