All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] fix to remove line over 80 chars and few other
@ 2018-02-16 15:11 Ajay Singh
  2018-02-16 15:11 ` [PATCH 01/12] staging: wilc1000: remove unnecessary comments to avoid line over 80 char issue Ajay Singh
                   ` (12 more replies)
  0 siblings, 13 replies; 19+ messages in thread
From: Ajay Singh @ 2018-02-16 15:11 UTC (permalink / raw)
  To: linux-wireless
  Cc: devel, gregkh, ganesh.krishna, venkateswara.kaja, aditya.shankar,
	claudiu.beznea, Ajay Singh

This patch series contains changes to fix line over 80 characters,
too many leading tabs and few other issues reported by checkpatch.pl
script.

Ajay Singh (12):
  staging: wilc1000: remove unnecessary comments to avoid line over 80
    char issue
  staging: wilc1000: fix too many leading tabs warning in
    sdio_clear_int_ext()
  staging: wilc1000: fix line over 80 characters in sdio_clear_int_ext()
  staging: wilc1000: fix open parenthesis alignment mismatch in
    wilc_parse_network_info()
  staging: wilc1000: fix line over 80 char in wilc_wlan_cfg_set_str()
  staging: wilc1000: remove blank line before close brace in
    wilc_wlan_cfg_get_wid_value()
  staging: wilc1000: fix line over 80 chars in
    wilc_wlan_cfg_indicate_rxi()
  staging: wilc1000: fix line over 80 chars in
    wilc_wlan_cfg_get_wid_value()
  staging: wilc1000: fix line over 80 chars in add_tcp_pending_ack()
  staging: wilc1000: fix line over 80 characters in tcp_process()
  staging: wilc1000: fix line over 80 chars in
    wilc_wlan_txq_filter_dup_tcp_ack()
  staging: wilc1000: fix line over 80 chars in wilc_wlan_handle_txq()

 drivers/staging/wilc1000/coreconfigurator.c |   4 +-
 drivers/staging/wilc1000/wilc_sdio.c        | 145 ++++++++++++++--------------
 drivers/staging/wilc1000/wilc_wlan.c        |  70 +++++++++-----
 drivers/staging/wilc1000/wilc_wlan_cfg.c    |  21 ++--
 4 files changed, 134 insertions(+), 106 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2018-02-21 16:33 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-16 15:11 [PATCH 00/12] fix to remove line over 80 chars and few other Ajay Singh
2018-02-16 15:11 ` [PATCH 01/12] staging: wilc1000: remove unnecessary comments to avoid line over 80 char issue Ajay Singh
2018-02-16 15:11 ` [PATCH 02/12] staging: wilc1000: fix too many leading tabs warning in sdio_clear_int_ext() Ajay Singh
2018-02-19 13:33   ` Claudiu Beznea
2018-02-21 16:25     ` Ajay Singh
2018-02-21 16:33       ` Claudiu Beznea
2018-02-16 15:11 ` [PATCH 03/12] staging: wilc1000: fix line over 80 characters " Ajay Singh
2018-02-16 15:11 ` [PATCH 04/12] staging: wilc1000: fix open parenthesis alignment mismatch in wilc_parse_network_info() Ajay Singh
2018-02-19  8:56   ` Dan Carpenter
2018-02-16 15:11 ` [PATCH 05/12] staging: wilc1000: fix line over 80 char in wilc_wlan_cfg_set_str() Ajay Singh
2018-02-16 15:11 ` [PATCH 06/12] staging: wilc1000: remove blank line before close brace in wilc_wlan_cfg_get_wid_value() Ajay Singh
2018-02-16 15:11 ` [PATCH 07/12] staging: wilc1000: fix line over 80 chars in wilc_wlan_cfg_indicate_rxi() Ajay Singh
2018-02-16 15:11 ` [PATCH 08/12] staging: wilc1000: fix line over 80 chars in wilc_wlan_cfg_get_wid_value() Ajay Singh
2018-02-16 15:11 ` [PATCH 09/12] staging: wilc1000: fix line over 80 chars in add_tcp_pending_ack() Ajay Singh
2018-02-16 15:11 ` [PATCH 10/12] staging: wilc1000: fix line over 80 characters in tcp_process() Ajay Singh
2018-02-16 15:11 ` [PATCH 11/12] staging: wilc1000: fix line over 80 chars in wilc_wlan_txq_filter_dup_tcp_ack() Ajay Singh
2018-02-19 13:41   ` Claudiu Beznea
2018-02-16 15:11 ` [PATCH 12/12] staging: wilc1000: fix line over 80 chars in wilc_wlan_handle_txq() Ajay Singh
2018-02-16 16:30 ` [PATCH 00/12] fix to remove line over 80 chars and few other Greg KH

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.