All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] staging:rtl8192u: Fix naming clash of exported symbol
@ 2018-09-04 10:56 John Whitmore
  2018-09-04 10:56 ` [PATCH 1/1] staging:rtl8192u: Rename dot11d_init to fix name clash John Whitmore
  0 siblings, 1 reply; 4+ messages in thread
From: John Whitmore @ 2018-09-04 10:56 UTC (permalink / raw)
  To: linux-kernel; +Cc: devel, gregkh, sfr, John Whitmore

Not sure of the procedure having made a mess of the build, (by reusing the name
of an exported symbol). I hope that given the obscurity of rtl1892u this doesn't
cause people issues. Obviously given the fact that I renamed an exported symbol
I should have checked the name. Newbie mistake, I can only apologise for the
oversight, sorry.

John Whitmore (1):
  staging:rtl8192u: Rename dot11d_init to fix name clash

 drivers/staging/rtl8192u/ieee80211/dot11d.c | 6 +++---
 drivers/staging/rtl8192u/ieee80211/dot11d.h | 2 +-
 drivers/staging/rtl8192u/r8192U_core.c      | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

-- 
2.18.0


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

end of thread, other threads:[~2018-09-11 21:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-04 10:56 [PATCH 0/1] staging:rtl8192u: Fix naming clash of exported symbol John Whitmore
2018-09-04 10:56 ` [PATCH 1/1] staging:rtl8192u: Rename dot11d_init to fix name clash John Whitmore
2018-09-10  8:19   ` Greg KH
2018-09-11 21:07     ` John Whitmore

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.