]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4697d2b35dfb9972e5adea083cf5efb48d9293e1
tree66955e18f7e0cdd6c5bc08c250d742f8d53a464c
parent1d1d72c43a6012ec577024270053d83c033df9d9
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