mirror of https://gitee.com/openkylin/linux.git
Staging: Fixes string split across lines in zsmalloc zsmalloc-main
Fixes the following checkpatch warning: WARNING: quoted string split across lines Signed-off-by: Marlies Ruck <marlies.ruck@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
d1eef5b602
commit
93ad5ab504
|
@ -844,8 +844,7 @@ void zs_destroy_pool(struct zs_pool *pool)
|
|||
|
||||
for (fg = 0; fg < _ZS_NR_FULLNESS_GROUPS; fg++) {
|
||||
if (class->fullness_list[fg]) {
|
||||
pr_info("Freeing non-empty class with size "
|
||||
"%db, fullness group %d\n",
|
||||
pr_info("Freeing non-empty class with size %db, fullness group %d\n",
|
||||
class->size, fg);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue