lkml.org 
[lkml]   [2022]   [Aug]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
SubjectRe: [PATCH v5 1/7] lib/string_helpers: Add str_read_write() helper
Date
Hello Andy,

Please be informed, I've patched commit msg a little bit, replaced
'retun' misstyping to 'return'.

On Fri, Aug 12, 2022 at 04:52:25PM +0000, Dmitry Rokosov wrote:
> From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
>
> Add str_read_write() helper to return 'read' or 'write' string literal.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> Signed-off-by: Dmitry Rokosov <ddrokosov@sberdevices.ru>
> ---
> include/linux/string_helpers.h | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/include/linux/string_helpers.h b/include/linux/string_helpers.h
> index 4d72258d42fd..9e22cd78f3b8 100644
> --- a/include/linux/string_helpers.h
> +++ b/include/linux/string_helpers.h
> @@ -126,4 +126,9 @@ static inline const char *str_enabled_disabled(bool v)
> return v ? "enabled" : "disabled";
> }
>
> +static inline const char *str_read_write(bool v)
> +{
> + return v ? "read" : "write";
> +}
> +
> #endif
> --
> 2.36.0

--
Thank you,
Dmitry
\
 
 \ /
  Last update: 2022-08-12 19:16    [W:0.135 / U:0.220 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site