Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1494937

[PATCH 0/9] staging: wlang-ng: fix block comments style warning in header files

From Sergio Paracuellos <sergio.paracuellos@gmail.com>
Newsgroups linux.kernel
Subject [PATCH 0/9] staging: wlang-ng: fix block comments style warning in header files
Date 2016-10-03 18:10 +0200
Message-ID <sodYu-7ac-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This patch series fix checkpatch.pl script reported warning
Block comments should align the * on each line
Sergio Paracuellos (9):
  staging: wlang-ng: fix block comments style in p80211conv.h
  staging: wlang-ng: fix block comments style in p80211hdr.h
  staging: wlang-ng: fix block comments style in p80211ioctl.h
  staging: wlang-ng: fix block comments style in p80211metadef.h
  staging: wlang-ng: fix block comments style in p80211mgmt.h
  staging: wlang-ng: fix block comments style in p80211msg.h
  staging: wlang-ng: fix block comments style in p80211netdev.h
  staging: wlang-ng: fix block comments style in p80211req.h
  staging: wlang-ng: fix block comments style in prism2mgmt.h

 drivers/staging/wlan-ng/p80211conv.h    | 100 ++++++++--------
 drivers/staging/wlan-ng/p80211hdr.h     | 114 +++++++++----------
 drivers/staging/wlan-ng/p80211ioctl.h   | 120 ++++++++++----------
 drivers/staging/wlan-ng/p80211metadef.h |  88 +++++++--------
 drivers/staging/wlan-ng/p80211mgmt.h    | 194 ++++++++++++++++----------------
 drivers/staging/wlan-ng/p80211msg.h     |  90 +++++++--------
 drivers/staging/wlan-ng/p80211netdev.h  | 100 ++++++++--------
 drivers/staging/wlan-ng/p80211req.h     |  90 +++++++--------
 drivers/staging/wlan-ng/prism2mgmt.h    | 122 ++++++++++----------
 9 files changed, 510 insertions(+), 508 deletions(-)

-- 
1.9.1

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/9] staging: wlang-ng: fix block comments style warning in header files Sergio Paracuellos <sergio.paracuellos@gmail.com> - 2016-10-03 18:10 +0200
  [PATCH 9/9] staging: wlang-ng: fix block comments style in prism2mgmt.h Sergio Paracuellos <sergio.paracuellos@gmail.com> - 2016-10-03 18:10 +0200
  [PATCH 7/9] staging: wlang-ng: fix block comments style in p80211netdev.h Sergio Paracuellos <sergio.paracuellos@gmail.com> - 2016-10-03 18:10 +0200
  [PATCH 3/9] staging: wlang-ng: fix block comments style in p80211ioctl.h Sergio Paracuellos <sergio.paracuellos@gmail.com> - 2016-10-03 18:10 +0200
  [PATCH 2/9] staging: wlang-ng: fix block comments style in p80211hdr.h Sergio Paracuellos <sergio.paracuellos@gmail.com> - 2016-10-03 18:20 +0200

csiph-web