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

i2c-i801: Fix comment

Signed-off-by: Jean Delvare <khali@linux-fr.org>

authored by

Jean Delvare and committed by
Jean Delvare
28901f57 79e3e5b8

+1 -1
+1 -1
drivers/i2c/busses/i2c-i801.c
··· 1062 1062 1063 1063 id = dmi_first_match(mux_dmi_table); 1064 1064 if (id) { 1065 - /* Remove from branch classes from trunk */ 1065 + /* Remove branch classes from trunk */ 1066 1066 mux_config = id->driver_data; 1067 1067 for (i = 0; i < mux_config->n_values; i++) 1068 1068 class &= ~mux_config->classes[i];