X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=fs%2Fsysfs%2Fdir.c;fp=fs%2Fsysfs%2Fdir.c;h=158227e03b7148eb20e3791cff29d98ebcb8c709;hb=ddfd6d074e0fadd14b6670394a6a7fb6a955de18;hp=e993133aa969c75990aa061c19ea5891b2a4300f;hpb=1b18dc2beb31f588db1c75901b0112324c72124f;p=karo-tx-linux.git diff --git a/fs/sysfs/dir.c b/fs/sysfs/dir.c index e993133aa969..158227e03b71 100644 --- a/fs/sysfs/dir.c +++ b/fs/sysfs/dir.c @@ -896,7 +896,9 @@ int sysfs_rename(struct sysfs_dirent *sd, sd->s_name = new_name; } - /* Move to the appropriate place in the appropriate directories rbtree. */ + /* + * Move to the appropriate place in the appropriate directories rbtree. + */ sysfs_unlink_sibling(sd); sysfs_get(new_parent_sd); sysfs_put(sd->s_parent);