Commit e70fe7eb authored by Emmanuel Grumbach's avatar Emmanuel Grumbach
Browse files

iwlwifi: fix smatch warning: warn: inconsistent indenting



While at it, fix a few checkpatch issues.

Signed-off-by: default avatarEmmanuel Grumbach <emmanuel.grumbach@intel.com>
parent 6a65bd53
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -3158,7 +3158,8 @@ static ssize_t rs_sta_dbgfs_scale_table_read(struct file *file,
		   ((is_mimo2(tbl->lq_type)) ? "MIMO2" : "MIMO3"));
		desc += sprintf(buff + desc, " %s",
		   (tbl->is_ht40) ? "40MHz" : "20MHz");
		   desc += sprintf(buff+desc, " %s %s %s\n", (tbl->is_SGI) ? "SGI" : "",
		desc += sprintf(buff + desc, " %s %s %s\n",
		   (tbl->is_SGI) ? "SGI" : "",
		   (lq_sta->is_green) ? "GF enabled" : "",
		   (lq_sta->is_agg) ? "AGG on" : "");
	}
+3 −3

File changed.

Contains only whitespace changes.

+9 −9

File changed.

Contains only whitespace changes.

+9 −9

File changed.

Contains only whitespace changes.