iwlwifi : fix checkpatch.pl errors
Patch fixes checkpatch.pl errors for iwlwifi. Signed-off-by: Abhijeet Kolekar <abhijeet.kolekar@intel.com> Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
committed by
John W. Linville
parent
dbce56a456
commit
c305606540
@@ -3657,7 +3657,8 @@ static ssize_t show_power_level(struct device *d,
|
||||
break;
|
||||
}
|
||||
|
||||
p += sprintf(p, "\tMODE:%s", (mode < IWL_POWER_AUTO)?"fixed":"auto");
|
||||
p += sprintf(p, "\tMODE:%s", (mode < IWL_POWER_AUTO) ?
|
||||
"fixed" : "auto");
|
||||
p += sprintf(p, "\tINDEX:%d", level);
|
||||
p += sprintf(p, "\n");
|
||||
return p - buf + 1;
|
||||
|
Reference in New Issue
Block a user