Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1498348
| From | Sergio Paracuellos <sergio.paracuellos@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/5] Replace data type declarations with variables of same types in several source files. |
| Date | 2016-10-10 16:20 +0200 |
| Message-ID | <sqJAS-2hV-11@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/5] Replace data type declarations with variables of same types in several source files. Sergio Paracuellos <sergio.paracuellos@gmail.com> - 2016-10-10 16:20 +0200 [PATCH 5/5] staging: wlan-ng: Replace data type declaration with variable of same type in prism2sta.c Sergio Paracuellos <sergio.paracuellos@gmail.com> - 2016-10-10 16:20 +0200 [PATCH 4/5] staging: wlan-ng: Replace data type declaration with variable of same type in p80211netdev.c Sergio Paracuellos <sergio.paracuellos@gmail.com> - 2016-10-10 16:30 +0200
csiph-web