1
0
Fork 0
mirror of https://github.com/followmsi/android_kernel_google_msm.git synced 2024-11-06 23:17:41 +00:00

UPSTREAM: Staging: Fixes string split across lines in zsmalloc zsmalloc-main

(cherry-pick from commit 93ad5ab504)

Fixes the following checkpatch warning:
WARNING: quoted string split across lines

Bug: 25951511

Change-Id: I89f42719908878ebff8be2b6d0aa10da86d70955
Signed-off-by: Marlies Ruck <marlies.ruck@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Marlies Ruck 2013-05-15 16:56:49 -04:00 committed by Artem Borisov
parent 68747a29ed
commit 72bf354232

View file

@ -855,8 +855,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);
}
}