Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit df1df8fd authored by Marlies Ruck's avatar Marlies Ruck Committed by Olav Haugan
Browse files

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



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

Change-Id: Ia192b2d0213de838d61f77db233169c802a4419f
Signed-off-by: default avatarMarlies Ruck <marlies.ruck@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Git-commit: 93ad5ab50476aa7e2b33aac31f41d0efc9f729d7
Git-repo: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git


Signed-off-by: default avatarOlav Haugan <ohaugan@codeaurora.org>
parent 103b76ae
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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);
			}
		}