sysfs: drop semicolon from to_sysfs_dirent() definition
authorTejun Heo <tj@kernel.org>
Thu, 12 Sep 2013 02:29:03 +0000 (22:29 -0400)
committerMaciej Wereski <m.wereski@partner.samsung.com>
Tue, 9 Jun 2015 09:31:03 +0000 (11:31 +0200)
commit3c88e17e933475d6920641a65444c56079163560
tree35647820bdc8b1c9f3ec9dc80af5b2904d3555d7
parentb15f60b377cbe073847245ab8a6e5a3f1d75b1ce
sysfs: drop semicolon from to_sysfs_dirent() definition

The expansion of to_sysfs_dirent() contains an unncessary trailing
semicolon making it impossible to use in the middle of statements.
Drop it.

Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/sysfs/dir.c