From: David Miller <davem@davemloft.net>
To: tsu.yubo@gmail.com
Cc: xiyou.wangcong@gmail.com, yuzibode@126.com,
netdev@vger.kernel.org, kernel-janitors@vger.kernel.org
Subject: Re: [PATCH V2] net/netlink: optimize seq_puts and seq_printf in af_netlink.c
Date: Thu, 03 May 2018 12:58:00 -0400 (EDT) [thread overview]
Message-ID: <20180503.125800.805006461069190790.davem@davemloft.net> (raw)
In-Reply-To: <20180503090901.35bxgzs2tjsl7bqr@debian>
From: YU Bo <tsu.yubo@gmail.com>
Date: Thu, 3 May 2018 05:09:04 -0400
> Before the patch, the command `cat /proc/net/netlink` will output
> like:
>
> https://clbin.com/BojZv
>
> After the patch:
>
> https://clbin.com/lnu4L
>
> The optimization will make convenience for using `cat
> /proc/net/netlink`
> But,The checkpatch will give a warning:
>
> WARNING: quoted string split across lines
>
> Signed-off-by: Bo YU <tsu.yubo@gmail.com>
Please do not reference external web sites for text which explains
the change in your commit message.
Simply show the /proc/net/netlink headers and then one line of the
output, before and after, in diff style.
Then it will be clear to the reader that you are not "optimizing"
anything. This is not an optimization.
You are just making sure the headers line up properly with the
actual value output.
Thank you.
prev parent reply other threads:[~2018-05-03 16:58 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-03 9:09 [PATCH V2] net/netlink: optimize seq_puts and seq_printf in af_netlink.c YU Bo
2018-05-03 9:44 ` Julia Lawall
2018-05-03 10:57 ` YU Bo
2018-05-03 16:58 ` David Miller [this message]
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=20180503.125800.805006461069190790.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=kernel-janitors@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=tsu.yubo@gmail.com \
--cc=xiyou.wangcong@gmail.com \
--cc=yuzibode@126.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).