orinoco: minor fixes for problems found by checkpatch.pl
[deliverable/linux.git] / drivers / net / wireless / orinoco / fw.h
index 89fc26d25b0644a1539c4cc844a56207aa923006..aca63e3c4b5b6109b04fc5ab0173271064d678f3 100644 (file)
@@ -14,7 +14,7 @@ int orinoco_download(struct orinoco_private *priv);
 void orinoco_cache_fw(struct orinoco_private *priv, int ap);
 void orinoco_uncache_fw(struct orinoco_private *priv);
 #else
-#define orinoco_cache_fw(priv, ap) do { } while(0)
+#define orinoco_cache_fw(priv, ap) do { } while (0)
 #define orinoco_uncache_fw(priv) do { } while (0)
 #endif
 
This page took 0.030629 seconds and 5 git commands to generate.