linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Fix defines in rf69.h
@ 2024-02-27 22:11 Shahar Avidar
  2024-02-27 22:12 ` [PATCH v2 1/5] staging: pi433: Remove a duplicated FIFO_SIZE define Shahar Avidar
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Shahar Avidar @ 2024-02-27 22:11 UTC (permalink / raw)
  To: gregkh, luca.ceresoli, benjamin.tissoires, elder,
	andriy.shevchenko, robh
  Cc: linux-staging, linux-kernel

This patchset fixes several misuses of the define statement in rf69.h.
Duplicted defines.
Define in header instead of source file.
Unused define.
Using units.h macro to define frequency.

v2->v1:
- Fix grammer in commit messages.
- Use units.h macro to define frequency.
- Reorder patches to ensure no conflicts.

Shahar Avidar (5):
  staging: pi433: Remove a duplicated FIFO_SIZE define
  staging: pi433: Remove a duplicated F_OSC define
  staging: pi433: Redefine F_OSC using units.h macro
  staging: pi433: Remove the unused FREQUENCY define
  staging: pi433: Move FIFO_THRESHOLD define to source file

 drivers/staging/pi433/pi433_if.c | 1 +
 drivers/staging/pi433/rf69.c     | 4 ++--
 drivers/staging/pi433/rf69.h     | 4 ----
 3 files changed, 3 insertions(+), 6 deletions(-)


base-commit: 455c5e12a3b7d08c2ab47b7dd54944901c69cdcd
-- 
2.34.1


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

end of thread, other threads:[~2024-02-28 17:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-27 22:11 [PATCH v2 0/5] Fix defines in rf69.h Shahar Avidar
2024-02-27 22:12 ` [PATCH v2 1/5] staging: pi433: Remove a duplicated FIFO_SIZE define Shahar Avidar
2024-02-27 22:12 ` [PATCH v2 2/5] staging: pi433: Remove a duplicated F_OSC define Shahar Avidar
2024-02-27 22:12 ` [PATCH v2 3/5] staging: pi433: Redefine F_OSC using units.h macro Shahar Avidar
2024-02-27 22:12 ` [PATCH v2 4/5] staging: pi433: Remove the unused FREQUENCY define Shahar Avidar
2024-02-27 22:12 ` [PATCH v2 5/5] staging: pi433: Move FIFO_THRESHOLD define to source file Shahar Avidar
2024-02-28 17:32 ` [PATCH v2 0/5] Fix defines in rf69.h Andy Shevchenko

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