public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix instances where new typedefs were introduced
@ 2023-10-21  0:03 Jonathan Bergh
  2023-10-21  0:03 ` [PATCH 1/2] staging: octeon: Fix warnings due to introduction of new typedefs Jonathan Bergh
  2023-10-21  0:03 ` [PATCH 2/2] staging: octeon: Fix remaining instances affected by removal of typedefs Jonathan Bergh
  0 siblings, 2 replies; 5+ messages in thread
From: Jonathan Bergh @ 2023-10-21  0:03 UTC (permalink / raw)
  To: gregkh; +Cc: linux-staging, linux-kernel, Jonathan Bergh

These patches cover (first patch) the declarations where the new typedefs
were introduced (they are removed), and then the cleanup of the inline
functions in the same file, and then the second patch cleans up the
ethernet.c file where they were also used

Jonathan Bergh (2):
  staging: octeon: Fix warnings due to introduction of new typedefs
  staging: octeon: Fix remaining istances affected by the removal of
                   typedefs

 drivers/staging/octeon/ethernet.c     |  6 ++--
 drivers/staging/octeon/octeon-stubs.h | 48 +++++++++++++--------------
 2 files changed, 27 insertions(+), 27 deletions(-)

-- 
2.40.1


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

end of thread, other threads:[~2023-10-23 14:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-21  0:03 [PATCH 0/2] Fix instances where new typedefs were introduced Jonathan Bergh
2023-10-21  0:03 ` [PATCH 1/2] staging: octeon: Fix warnings due to introduction of new typedefs Jonathan Bergh
2023-10-23 14:38   ` Dan Carpenter
2023-10-21  0:03 ` [PATCH 2/2] staging: octeon: Fix remaining instances affected by removal of typedefs Jonathan Bergh
2023-10-21  7:31   ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox