Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

macintosh: windfarm: remove detatch debug containing spelling mistakes

There are spelling mistakes in two debug messages. As recommended
by Wolfram Sang, these can be removed as there is plenty of debug
in the driver core.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Wolfram Sang <wsa@kernel.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200806102901.44988-1-colin.king@canonical.com

authored by

Colin Ian King and committed by
Michael Ellerman
7db0a072 b51ba4fe

-4
-2
drivers/macintosh/windfarm_lm75_sensor.c
··· 152 152 { 153 153 struct wf_lm75_sensor *lm = i2c_get_clientdata(client); 154 154 155 - DBG("wf_lm75: i2c detatch called for %s\n", lm->sens.name); 156 - 157 155 /* Mark client detached */ 158 156 lm->i2c = NULL; 159 157
-2
drivers/macintosh/windfarm_lm87_sensor.c
··· 149 149 { 150 150 struct wf_lm87_sensor *lm = i2c_get_clientdata(client); 151 151 152 - DBG("wf_lm87: i2c detatch called for %s\n", lm->sens.name); 153 - 154 152 /* Mark client detached */ 155 153 lm->i2c = NULL; 156 154