Skip to content

Commit

Permalink
Staging: Fixes string split across lines in zsmalloc zsmalloc-main
Browse files Browse the repository at this point in the history
Fixes the following checkpatch warning:
WARNING: quoted string split across lines

Signed-off-by: Marlies Ruck <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
mruck authored and gregkh committed May 20, 2013
1 parent d1eef5b commit 93ad5ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/staging/zsmalloc/zsmalloc-main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
Expand Down

0 comments on commit 93ad5ab

Please sign in to comment.