linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] Removed hard-coded string by using the str_true_false() helper
@ 2024-11-20  9:30 Paolo Perego
  2024-11-20  9:30 ` [PATCH 1/1] Remove hard-coded strings by using the helper functions str_true_false() Paolo Perego
  0 siblings, 1 reply; 4+ messages in thread
From: Paolo Perego @ 2024-11-20  9:30 UTC (permalink / raw)
  To: dri-devel, linux-fbdev, linux-staging, linux-kernel
  Cc: Greg Kroah-Hartman, Thomas Zimmermann, Dan Carpenter, Lee Jones,
	Jani Nikula, Paolo Perego, Riyan Dhiman

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(-)

-- 
2.47.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-11-20 12:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-20  9:30 [PATCH 0/1] Removed hard-coded string by using the str_true_false() helper Paolo Perego
2024-11-20  9:30 ` [PATCH 1/1] Remove hard-coded strings by using the helper functions str_true_false() Paolo Perego
2024-11-20 11:20   ` Dan Carpenter
2024-11-20 12:15   ` Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).