mbox series

[0/1] Removed hard-coded string by using the str_true_false() helper

Message ID 20241120093020.6409-1-pperego@suse.de (mailing list archive)
Headers show
Series Removed hard-coded string by using the str_true_false() helper | expand

Message

Paolo Perego Nov. 20, 2024, 9:30 a.m. UTC
Hi everyone, this is my very first trivial contribution to the Linux kernel and
I started from a very basic task. 

As the subject suggests I removed hard-coded string by using str_true_false()
helper.

Paolo Perego (1):
  Remove hard-coded strings by using the helper functions
    str_true_false()

 drivers/staging/fbtft/fb_ssd1351.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)