All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] nfc: Use str_yes_no() and str_low_high() helper
@ 2025-06-19  9:34 Qianfeng Rong
  2025-06-19  9:34 ` [PATCH 1/2] nfc: fdp: Use str_yes_no() helper Qianfeng Rong
  2025-06-19  9:34 ` [PATCH 2/2] nfc: pn544: Use str_low_high() helper Qianfeng Rong
  0 siblings, 2 replies; 5+ messages in thread
From: Qianfeng Rong @ 2025-06-19  9:34 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Qianfeng Rong, Uwe Kleine-König,
	Jakub Kicinski, Al Viro, netdev, linux-kernel
  Cc: opensource.kernel

Remove hard-coded strings by using the str_yes_no() and str_low_high()
helper functions.

Qianfeng Rong (2):
  nfc: fdp: Use str_yes_no() helper
  nfc: pn544: Use str_low_high() helper

 drivers/nfc/fdp/i2c.c   | 3 ++-
 drivers/nfc/pn544/i2c.c | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2025-06-20  2:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-19  9:34 [PATCH 0/2] nfc: Use str_yes_no() and str_low_high() helper Qianfeng Rong
2025-06-19  9:34 ` [PATCH 1/2] nfc: fdp: Use str_yes_no() helper Qianfeng Rong
2025-06-19  9:34 ` [PATCH 2/2] nfc: pn544: Use str_low_high() helper Qianfeng Rong
2025-06-19 17:33   ` Krzysztof Kozlowski
2025-06-20  2:01     ` Qianfeng Rong

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.