--- v3
+++ v4
@@ -1,5 +1,9 @@
-fixes checkpath.pl error:
-ERROR: spaces required around that ''
+Fixes checkpath.pl error:
+ERROR: spaces required around that operator
+
+Note running checkpatch.pl with '--strict' catches more
+of these errors along with cases where spacing is optional
+but preferred. Take care of these in a future patch.
Signed-off-by: Juston Li <juston.h.li@gmail.com>
---
@@ -39,7 +43,7 @@
}
}
diff --git a/drivers/staging/sm750fb/sm750.h b/drivers/staging/sm750fb/sm750.h
-index b0ff0b5..4f56dcb 100644
+index ae872bd..d6916fd 100644
--- a/drivers/staging/sm750fb/sm750.h
+++ b/drivers/staging/sm750fb/sm750.h
@@ -172,7 +172,7 @@ struct lynxfb_par {
@@ -127,7 +131,7 @@
data |= ((color & (1<<j))?1:2)<<(j*2);
}
diff --git a/drivers/staging/sm750fb/sm750_help.h b/drivers/staging/sm750fb/sm750_help.h
-index 493af3a..e7d74e6 100644
+index 544ac41..8dc6bd2 100644
--- a/drivers/staging/sm750fb/sm750_help.h
+++ b/drivers/staging/sm750fb/sm750_help.h
@@ -73,7 +73,7 @@