From: Derek Robson Date: Wed, 24 May 2017 04:41:11 +0000 (+1200) Subject: Drivers: ccree: ssi_sysfs.c - align block comments X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6dbd671c0769c9014553e7fa23a9d8f833274134;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git Drivers: ccree: ssi_sysfs.c - align block comments Fixed block comment alignment, Style fix only Found using checkpatch Signed-off-by: Derek Robson Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/ccree/ssi_sysfs.c b/drivers/staging/ccree/ssi_sysfs.c index 89021c009872..69e1ae491098 100644 --- a/drivers/staging/ccree/ssi_sysfs.c +++ b/drivers/staging/ccree/ssi_sysfs.c @@ -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; }