Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 97a50184 authored by Hidetoshi Seto's avatar Hidetoshi Seto Committed by Greg Kroah-Hartman
Browse files

sysfs: update obsolete comment in sysfs_update_file



And the obsolete comment should be updated (or totally removed).

Signed-off-by: default avatarHidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent e4234451
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -488,7 +488,7 @@ int sysfs_update_file(struct kobject * kobj, const struct attribute * attr)
			d_drop(victim);
		
		/**
		 * Drop the reference acquired from sysfs_get_dentry() above.
		 * Drop the reference acquired from lookup_one_len() above.
		 */
		dput(victim);
	}