Commit a786b80c authored by Wolfram Sang's avatar Wolfram Sang

i2c: powermac: correct comment about custom handling

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: default avatarWolfram Sang <wsa@the-dreams.de>
parent f01adfab
...@@ -279,14 +279,13 @@ static bool i2c_powermac_get_type(struct i2c_adapter *adap, ...@@ -279,14 +279,13 @@ static bool i2c_powermac_get_type(struct i2c_adapter *adap,
{ {
char tmp[16]; char tmp[16];
/* Note: we to _NOT_ want the standard /*
* i2c drivers to match with any of our powermac stuff * Note: we do _NOT_ want the standard i2c drivers to match with any of
* unless they have been specifically modified to handle * our powermac stuff unless they have been specifically modified to
* it on a case by case basis. For example, for thermal * handle it on a case by case basis. For example, for thermal control,
* control, things like lm75 etc... shall match with their * things like lm75 etc... shall match with their corresponding
* corresponding windfarm drivers, _NOT_ the generic ones, * windfarm drivers, _NOT_ the generic ones, so we force a prefix of
* so we force a prefix of AAPL, onto the modalias to * 'MAC', onto the modalias to make that happen
* make that happen
*/ */
/* First try proper modalias */ /* First try proper modalias */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment