commit | 9ec5eea5b6acfae7279203097eeec5d02d01d9b7 | [log] [tgz] |
---|---|---|
author | Jefferson Carpenter <jeffersoncarpenter2@gmail.com> | Sat Feb 13 16:00:15 2021 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Feb 15 15:31:52 2021 -0800 |
tree | ba87c4350354afcadca31d5d3e94a7f733b70d8e | |
parent | f6724cd497974dcd74ea54bfb478dd47750cd52b [diff] |
lib/parman: Delete newline Signed-off-by: Jefferson Carpenter <jeffersoncarpenter2@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/lib/parman.c b/lib/parman.c index c6e42a8..a11f2f6 100644 --- 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); }