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>
Mon, 23 Mar 2015 17:33:32 +0000 (18:33 +0100)
commit46231b85ef06abec6dcedfc0c23da821ffff52fb
treed277c50a447805342caacec233cf244e00a16ca6
parentb18358cafdfa879b78de0b6b1bf8d43b1fb824d4
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