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

Commit 6dbd671c authored by Derek Robson's avatar Derek Robson Committed by Greg Kroah-Hartman
Browse files

Drivers: ccree: ssi_sysfs.c - align block comments



Fixed block comment alignment, Style fix only
Found using checkpatch

Signed-off-by: default avatarDerek Robson <robsonde@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d057b3b7
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -355,7 +355,8 @@ static struct ssi_drvdata *sys_get_drvdata(void)
{
{
	/* TODO: supporting multiple SeP devices would require avoiding
	/* TODO: supporting multiple SeP devices would require avoiding
	 * global "top_dir" and finding associated "top_dir" by traversing
	 * global "top_dir" and finding associated "top_dir" by traversing
	 * up the tree to the kobject which matches one of the top_dir's */
	 * up the tree to the kobject which matches one of the top_dir's
	 */
	return sys_top_dir.drvdata;
	return sys_top_dir.drvdata;
}
}