sysfs: drop semicolon from to_sysfs_dirent() definition
authorTejun Heo <tj@kernel.org>
Thu, 12 Sep 2013 02:29:03 +0000 (22:29 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Sep 2013 21:48:28 +0000 (14:48 -0700)
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>

No differences found