All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kalle Valo <kvalo@codeaurora.org>
To: Yangtao Li <tiny.windzz@gmail.com>
Cc: merez@codeaurora.org, davem@davemloft.net, kubakici@wp.pl,
	pizza@shaftnet.org, matthias.bgg@gmail.com,
	lorenzo.bianconi@redhat.com, nbd@nbd.name, sgruszka@redhat.com,
	joe@perches.com, linux-wireless@vger.kernel.org,
	wil6210@qti.qualcomm.com, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-mediatek@lists.infradead.org
Subject: Re: [PATCH] wireless: convert to DEFINE_SHOW_ATTRIBUTE
Date: Mon, 03 Dec 2018 14:49:01 +0200	[thread overview]
Message-ID: <87d0qig4hu.fsf@codeaurora.org> (raw)
In-Reply-To: <20181202093047.11174-1-tiny.windzz@gmail.com> (Yangtao Li's message of "Sun, 2 Dec 2018 04:30:47 -0500")

Yangtao Li <tiny.windzz@gmail.com> writes:

> Use DEFINE_SHOW_ATTRIBUTE macro to simplify the code.
>
> Signed-off-by: Yangtao Li <tiny.windzz@gmail.com>
> ---
>  drivers/net/wireless/ath/wil6210/debugfs.c    | 240 +++---------------
>  .../wireless/mediatek/mt76/mt76x0/debugfs.c   |  20 +-
>  .../wireless/mediatek/mt76/mt76x2/debugfs.c   |  38 +--
>  .../net/wireless/mediatek/mt7601u/debugfs.c   |  40 +--
>  drivers/net/wireless/st/cw1200/debug.c        |  32 +--
>  5 files changed, 64 insertions(+), 306 deletions(-)

This is rather large cleanup so please split these per driver (wil6210,
mt76 and cw1200).

-- 
Kalle Valo

WARNING: multiple messages have this Message-ID (diff)
From: Kalle Valo <kvalo@codeaurora.org>
To: Yangtao Li <tiny.windzz@gmail.com>
Cc: merez@codeaurora.org, sgruszka@redhat.com, kubakici@wp.pl,
	netdev@vger.kernel.org, linux-wireless@vger.kernel.org,
	linux-kernel@vger.kernel.org, joe@perches.com,
	wil6210@qti.qualcomm.com, linux-mediatek@lists.infradead.org,
	pizza@shaftnet.org, matthias.bgg@gmail.com,
	lorenzo.bianconi@redhat.com, davem@davemloft.net,
	linux-arm-kernel@lists.infradead.org, nbd@nbd.name
Subject: Re: [PATCH] wireless: convert to DEFINE_SHOW_ATTRIBUTE
Date: Mon, 03 Dec 2018 14:49:01 +0200	[thread overview]
Message-ID: <87d0qig4hu.fsf@codeaurora.org> (raw)
In-Reply-To: <20181202093047.11174-1-tiny.windzz@gmail.com> (Yangtao Li's message of "Sun, 2 Dec 2018 04:30:47 -0500")

Yangtao Li <tiny.windzz@gmail.com> writes:

> Use DEFINE_SHOW_ATTRIBUTE macro to simplify the code.
>
> Signed-off-by: Yangtao Li <tiny.windzz@gmail.com>
> ---
>  drivers/net/wireless/ath/wil6210/debugfs.c    | 240 +++---------------
>  .../wireless/mediatek/mt76/mt76x0/debugfs.c   |  20 +-
>  .../wireless/mediatek/mt76/mt76x2/debugfs.c   |  38 +--
>  .../net/wireless/mediatek/mt7601u/debugfs.c   |  40 +--
>  drivers/net/wireless/st/cw1200/debug.c        |  32 +--
>  5 files changed, 64 insertions(+), 306 deletions(-)

This is rather large cleanup so please split these per driver (wil6210,
mt76 and cw1200).

-- 
Kalle Valo

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2018-12-03 12:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-02  9:30 [PATCH] wireless: convert to DEFINE_SHOW_ATTRIBUTE Yangtao Li
2018-12-02  9:30 ` Yangtao Li
2018-12-03 12:49 ` Kalle Valo [this message]
2018-12-03 12:49   ` Kalle Valo
2018-12-03 13:41   ` Frank Lee
2018-12-03 13:41     ` Frank Lee

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87d0qig4hu.fsf@codeaurora.org \
    --to=kvalo@codeaurora.org \
    --cc=davem@davemloft.net \
    --cc=joe@perches.com \
    --cc=kubakici@wp.pl \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=lorenzo.bianconi@redhat.com \
    --cc=matthias.bgg@gmail.com \
    --cc=merez@codeaurora.org \
    --cc=nbd@nbd.name \
    --cc=netdev@vger.kernel.org \
    --cc=pizza@shaftnet.org \
    --cc=sgruszka@redhat.com \
    --cc=tiny.windzz@gmail.com \
    --cc=wil6210@qti.qualcomm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.