Re: [PATCH] debugfs: improve formatting of debugfs_real_fops()

2016-11-29 Thread Greg Kroah-Hartman
On Tue, Nov 29, 2016 at 12:11:37PM -0800, Jakub Kicinski wrote: > On Tue, Nov 29, 2016 at 11:58 AM, Greg Kroah-Hartman > wrote: > > On Thu, Nov 10, 2016 at 05:23:49PM +, Jakub Kicinski wrote: > >> Type of debugfs_real_fops() is longer than parameters and > >> the name, so there is no way to br

Re: [PATCH] debugfs: improve formatting of debugfs_real_fops()

2016-11-29 Thread Jakub Kicinski
On Tue, Nov 29, 2016 at 11:58 AM, Greg Kroah-Hartman wrote: > On Thu, Nov 10, 2016 at 05:23:49PM +, Jakub Kicinski wrote: >> Type of debugfs_real_fops() is longer than parameters and >> the name, so there is no way to break the declaration nicely. >> We have to go over 80 characters. >> >> Sig

Re: [PATCH] debugfs: improve formatting of debugfs_real_fops()

2016-11-29 Thread Greg Kroah-Hartman
On Thu, Nov 10, 2016 at 05:23:49PM +, Jakub Kicinski wrote: > Type of debugfs_real_fops() is longer than parameters and > the name, so there is no way to break the declaration nicely. > We have to go over 80 characters. > > Signed-off-by: Jakub Kicinski > --- > include/linux/debugfs.h | 3 +-

Re: [PATCH] debugfs: improve formatting of debugfs_real_fops()

2016-11-10 Thread Greg Kroah-Hartman
On Thu, Nov 10, 2016 at 05:23:49PM +, Jakub Kicinski wrote: > Type of debugfs_real_fops() is longer than parameters and > the name, so there is no way to break the declaration nicely. > We have to go over 80 characters. > > Signed-off-by: Jakub Kicinski > --- > include/linux/debugfs.h | 3 +-

[PATCH] debugfs: improve formatting of debugfs_real_fops()

2016-11-10 Thread Jakub Kicinski
Type of debugfs_real_fops() is longer than parameters and the name, so there is no way to break the declaration nicely. We have to go over 80 characters. Signed-off-by: Jakub Kicinski --- include/linux/debugfs.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/linux/