On 13. Oct 2025, at 13:51, Thorsten Blum wrote: > strcpy() is deprecated; inline the read-only string instead. Fix the > function comment and use bool instead of int while we're at it. > > Link: https://github.com/KSPP/linux/issues/88 > Signed-off-by: Thorsten Blum <[email protected]> > ---
I forgot to add: Changes in v2: - Use an inline ternary expression and remove 'char abortstr[2]' as suggested by Jürgen - Link to v1: https://lore.kernel.org/lkml/[email protected]/
