]> git.baikalelectronics.ru Git - kernel.git/commit
fm10k: TRIVIAL fix up ordering of __always_unused and style
authorJacob Keller <jacob.e.keller@intel.com>
Wed, 24 Jun 2015 20:34:44 +0000 (13:34 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 16 Sep 2015 00:06:00 +0000 (17:06 -0700)
commitda010ffe65b75de93e3e6c335c2511e44f1b8a14
tree27eb2e9f2c1e52450ee68707c769792edc0730df
parent6e47a185c423dbc42b6eec6f7b5f4756c11704eb
fm10k: TRIVIAL fix up ordering of __always_unused and style

Fix some style issues in debugfs code, and correct ordering of void and
__always_unused. Technically, the order does not matter, but preferred
style is to put the macro between the type and name.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Tested-by: Krishneil Singh <krishneil.k.singh@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/fm10k/fm10k_debugfs.c