Drivers: ccree: ssi_sysfs.c - align block comments

Fixed block comment alignment, Style fix only
Found using checkpatch

Signed-off-by: Derek Robson <robsonde@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Derek Robson 2017-05-24 16:41:11 +12:00 committed by Greg Kroah-Hartman
parent d057b3b78d
commit 6dbd671c07
1 changed files with 2 additions and 1 deletions

View File

@ -355,7 +355,8 @@ static struct ssi_drvdata *sys_get_drvdata(void)
{
/* TODO: supporting multiple SeP devices would require avoiding
* 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;
}