i2c: powermac: correct comment about custom handling
authorWolfram Sang <wsa@the-dreams.de>
Tue, 25 Feb 2020 14:26:13 +0000 (15:26 +0100)
committerWolfram Sang <wsa@the-dreams.de>
Tue, 10 Mar 2020 09:18:57 +0000 (10:18 +0100)
The comment had some flaws which are now fixed:
- the prefix is 'MAC' not 'AAPL'
- no kernel coding style and too short length
- 'we do' instead of 'we to'

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-powermac.c

index 973e5339033c66a8a25925f5e31a94a5e6a09afc..d565714c1f13adb5fc3867635212eaad956c1d2d 100644 (file)
@@ -279,14 +279,13 @@ static bool i2c_powermac_get_type(struct i2c_adapter *adap,
 {
        char tmp[16];
 
-       /* Note: we to _NOT_ want the standard
-        * i2c drivers to match with any of our powermac stuff
-        * unless they have been specifically modified to handle
-        * it on a case by case basis. For example, for thermal
-        * control, things like lm75 etc... shall match with their
-        * corresponding windfarm drivers, _NOT_ the generic ones,
-        * so we force a prefix of AAPL, onto the modalias to
-        * make that happen
+       /*
+        * Note: we do _NOT_ want the standard i2c drivers to match with any of
+        * our powermac stuff unless they have been specifically modified to
+        * handle it on a case by case basis. For example, for thermal control,
+        * things like lm75 etc... shall match with their corresponding
+        * windfarm drivers, _NOT_ the generic ones, so we force a prefix of
+        * 'MAC', onto the modalias to make that happen
         */
 
        /* First try proper modalias */