From: YU Bo <tsu.yubo@xxxxxxxxx> 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@xxxxxxxxx> 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. -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html