All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Replace data type declarations with variables of  same types in several source files.
@ 2016-10-10 14:02 Sergio Paracuellos
  2016-10-10 14:02 ` [PATCH 1/5] staging: wlan-ng: Replace data type declaration with variable of same type in cfg80211.c Sergio Paracuellos
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Sergio Paracuellos @ 2016-10-10 14:02 UTC (permalink / raw)
  To: gregkh; +Cc: devel, linux-kernel

This patch series replaces several sizeof(struct XXX) stuff in favour 
of sizeof(var) which is the preferred one.

Sergio Paracuellos (5):
  staging: wlan-ng: Replace data type declaration with variable of same
    type in cfg80211.c
  staging: wlan-ng: Replace data type declaration with variable of same
    type in hfa384x_usb.c
  staging: wlan-ng: Replace data type declaration with variable of same
    type in p80211conv.c
  staging: wlan-ng: Replace data type declaration with variable of same
    type in p80211netdev.c
  staging: wlan-ng: Replace data type declaration with variable of same
    type in prism2sta.c

 drivers/staging/wlan-ng/cfg80211.c     |  2 +-
 drivers/staging/wlan-ng/hfa384x_usb.c  |  2 +-
 drivers/staging/wlan-ng/p80211conv.c   |  2 +-
 drivers/staging/wlan-ng/p80211netdev.c | 12 ++++++------
 drivers/staging/wlan-ng/prism2sta.c    |  6 +++---
 5 files changed, 12 insertions(+), 12 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2016-10-16 18:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-10 14:02 [PATCH 0/5] Replace data type declarations with variables of same types in several source files Sergio Paracuellos
2016-10-10 14:02 ` [PATCH 1/5] staging: wlan-ng: Replace data type declaration with variable of same type in cfg80211.c Sergio Paracuellos
2016-10-10 14:02 ` [PATCH 2/5] staging: wlan-ng: Replace data type declaration with variable of same type in hfa384x_usb.c Sergio Paracuellos
2016-10-10 14:02 ` [PATCH 3/5] staging: wlan-ng: Replace data type declaration with variable of same type in p80211conv.c Sergio Paracuellos
2016-10-10 14:02 ` [PATCH 4/5] staging: wlan-ng: Replace data type declaration with variable of same type in p80211netdev.c Sergio Paracuellos
2016-10-10 14:02 ` [PATCH 5/5] staging: wlan-ng: Replace data type declaration with variable of same type in prism2sta.c Sergio Paracuellos
2016-10-16  8:24 ` [PATCH 0/5] Replace data type declarations with variables of same types in several source files Alexander Alemayhu
2016-10-16 18:54   ` Sergio Paracuellos

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.