]> asedeno.scripts.mit.edu Git - linux.git/commit
debugfs: improve formatting of debugfs_real_fops()
authorJakub Kicinski <jakub.kicinski@netronome.com>
Wed, 14 Dec 2016 15:33:39 +0000 (15:33 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 11 Jan 2017 08:29:33 +0000 (09:29 +0100)
commite41746b0dd51f353630112558835aa62c1eb883e
treefeac959b730f3dc935ed9c83dc727091fcdcdbcd
parenta121103c922847ba5010819a3f250f1f7fc84ab8
debugfs: improve formatting of debugfs_real_fops()

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 <jakub.kicinski@netronome.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/debugfs.h