diff options
author | Jefferson Carpenter <jeffersoncarpenter2@gmail.com> | 2021-02-13 16:00:15 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-02-15 15:31:52 -0800 |
commit | 9ec5eea5b6acfae7279203097eeec5d02d01d9b7 (patch) | |
tree | ba87c4350354afcadca31d5d3e94a7f733b70d8e /lib/parman.c | |
parent | f6724cd497974dcd74ea54bfb478dd47750cd52b (diff) |
lib/parman: Delete newline
Signed-off-by: Jefferson Carpenter <jeffersoncarpenter2@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'lib/parman.c')
-rw-r--r-- | lib/parman.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/parman.c b/lib/parman.c index c6e42a8db824..a11f2f667639 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); } |