]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm: make use of str_true_false helper
authorHongbo Li <lihongbo22@huawei.com>
Tue, 27 Aug 2024 02:45:16 +0000 (10:45 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 2 Sep 2024 03:43:42 +0000 (20:43 -0700)
commit01b58b1763b36d5597c9fbd6951d7e0386eebfb0
tree82a9ad9eb54bc95bb692edaf4eb6f908d9c0dd3e
parent32cebfe1cc21a84e4a907575bb9fd1c3f6b091fd
mm: make use of str_true_false helper

The helper str_true_false() was introduced to return "true/false" string
literal.  We can simplify this format by str_true_false.

Link: https://lkml.kernel.org/r/20240827024517.914100-3-lihongbo22@huawei.com
Signed-off-by: Hongbo Li <lihongbo22@huawei.com>
Cc: Andy Shevchenko <andy@kernel.org>
Cc: Anna Schumaker <anna@kernel.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Kees Cook <kees@kernel.org>
Cc: Matthew Wilcox <willy@infradead.org>
Cc: Trond Myklebust <trondmy@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/memory-tiers.c