Kaynağa Gözat

i2c: Make clear what the class field of i2c_adapter is good for

Make clear what the class field of i2c_adapter is good for.

Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Wolfram Sang 16 yıl önce
ebeveyn
işleme
14f55f7a03
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      include/linux/i2c.h

+ 1 - 1
include/linux/i2c.h

@@ -345,7 +345,7 @@ struct i2c_algorithm {
 struct i2c_adapter {
 	struct module *owner;
 	unsigned int id;
-	unsigned int class;
+	unsigned int class;		  /* classes to allow probing for */
 	const struct i2c_algorithm *algo; /* the algorithm to access the bus */
 	void *algo_data;