Re: [PATCH net-next] ieee802154: Replace BOOL_TO_STR() with str_true_false()

2024-10-28 Thread Stefan Schmidt
Hello. On 28.10.24 17:42, Thorsten Blum wrote: Hi Stefan, On 28. Oct 2024, at 16:57, Stefan Schmidt wrote: Hello Thorsten Blum. On Sun, 20 Oct 2024 13:23:13 +0200, Thorsten Blum wrote: Replace the custom BOOL_TO_STR() macro with the str_true_false() helper function and remove the macro.

Re: [PATCH net-next] ieee802154: Replace BOOL_TO_STR() with str_true_false()

2024-10-28 Thread Thorsten Blum
Hi Stefan, > On 28. Oct 2024, at 16:57, Stefan Schmidt wrote: > > Hello Thorsten Blum. > > On Sun, 20 Oct 2024 13:23:13 +0200, Thorsten Blum wrote: >> Replace the custom BOOL_TO_STR() macro with the str_true_false() helper >> function and remove the macro. >> >> > > Applied to wpan/wpan-next.

Re: [PATCH net-next] ieee802154: Replace BOOL_TO_STR() with str_true_false()

2024-10-28 Thread Stefan Schmidt
Hello Thorsten Blum. On Sun, 20 Oct 2024 13:23:13 +0200, Thorsten Blum wrote: > Replace the custom BOOL_TO_STR() macro with the str_true_false() helper > function and remove the macro. > > Applied to wpan/wpan-next.git, thanks! [1/1] ieee802154: Replace BOOL_TO_STR() with str_true_false()

Re: [PATCH net-next] ieee802154: Replace BOOL_TO_STR() with str_true_false()

2024-10-21 Thread Miquel Raynal
Hi Thorsten, thorsten.b...@linux.dev wrote on Sun, 20 Oct 2024 13:23:13 +0200: > Replace the custom BOOL_TO_STR() macro with the str_true_false() helper > function and remove the macro. > > Signed-off-by: Thorsten Blum Reviewed-by: Miquel Raynal Thanks, Miquèl

[PATCH net-next] ieee802154: Replace BOOL_TO_STR() with str_true_false()

2024-10-20 Thread Thorsten Blum
Replace the custom BOOL_TO_STR() macro with the str_true_false() helper function and remove the macro. Signed-off-by: Thorsten Blum --- net/ieee802154/trace.h | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/net/ieee802154/trace.h b/net/ieee802154/trace.h index 591ce0a16