All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] staging: wlang-ng: coding style changes/cleanups
@ 2019-10-25  8:41 Tim Collier
  2019-10-25  8:41 ` [PATCH 1/5] staging: wlan-ng: remove unnecessary casts from prism2usb.c Tim Collier
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Tim Collier @ 2019-10-25  8:41 UTC (permalink / raw)
  To: gregkh, devel

Remove unnecessary casts from void* to structure pointer.

Fix compilation with DEBUG_USB macro defined.

Remove unused field from usb ctlx structure.

Formatting changes suggested by checkpatch.

Tim Collier (5):
  staging: wlan-ng: remove unnecessary casts from prism2usb.c
  staging: wlan-ng: shorten lines over 80 characters in hfa384x.h
  staging: wlan-ng: correct parameter alignment in hfa384x.h
  staging: wlan-ng: fix compilation for USB debugging
  staging: wlan-ng: remove unused field from struct hfa384x_usbctlx

 drivers/staging/wlan-ng/hfa384x.h     | 18 +++++++++++-------
 drivers/staging/wlan-ng/hfa384x_usb.c |  2 --
 drivers/staging/wlan-ng/prism2usb.c   |  6 +++---
 3 files changed, 14 insertions(+), 12 deletions(-)

-- 
2.21.0

_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

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

end of thread, other threads:[~2019-10-25  8:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-25  8:41 [PATCH 0/5] staging: wlang-ng: coding style changes/cleanups Tim Collier
2019-10-25  8:41 ` [PATCH 1/5] staging: wlan-ng: remove unnecessary casts from prism2usb.c Tim Collier
2019-10-25  8:41 ` [PATCH 2/5] staging: wlan-ng: shorten lines over 80 characters in hfa384x.h Tim Collier
2019-10-25  8:41 ` [PATCH 3/5] staging: wlan-ng: correct parameter alignment " Tim Collier
2019-10-25  8:41 ` [PATCH 4/5] staging: wlan-ng: fix compilation for USB debugging Tim Collier
2019-10-25  8:41 ` [PATCH 5/5] staging: wlan-ng: remove unused field from struct hfa384x_usbctlx Tim Collier

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.