mirror of https://gitee.com/openkylin/linux.git
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:
parent
d057b3b78d
commit
6dbd671c07
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue