[PATCH v2 linux-next 0/2] lib/string_choices: Sorting function order

R Sundar posted 2 patches 4 days, 9 hours ago
include/linux/string_choices.h | 28 +++++++++++++++++-----------
1 file changed, 17 insertions(+), 11 deletions(-)
[PATCH v2 linux-next 0/2] lib/string_choices: Sorting function order
Posted by R Sundar 4 days, 9 hours ago
This patch series rearrange misplaced functions in sorted order and add 
str_locked_unlocked() helper.

Signed-off-by: R Sundar <prosunofficial@gmail.com>                              
---                                                                             
                                                                                
Changes in v2: Rearrange functions in sorted order as seperate patch.           
                                                                                
Changes in v1: Add str_locked_unlocked helper function alone.                   
link to v1: https://lore.kernel.org/all/20241115144616.7453-1-prosunofficial@gmail.com/
---  

R Sundar (2):
  lib/string_choices: Rearrange functions in sorted order
  lib/string_choices: Add str_locked_unlocked()/str_unlocked_locked()
    helper

 include/linux/string_choices.h | 28 +++++++++++++++++-----------
 1 file changed, 17 insertions(+), 11 deletions(-)

-- 
2.34.1
Re: [PATCH v2 linux-next 0/2] lib/string_choices: Sorting function order
Posted by Andy Shevchenko 4 days, 3 hours ago
On Tue, Nov 19, 2024 at 4:17 AM R Sundar <prosunofficial@gmail.com> wrote:
>
> This patch series rearrange misplaced functions in sorted order and add
> str_locked_unlocked() helper.

LGTM,
Reviewed-by: Andy Shevchenko <andy@kernel.org>

-- 
With Best Regards,
Andy Shevchenko