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

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>

authored by

Wolfram Sang and committed by
Jean Delvare
14f55f7a a672b4c1

+1 -1
+1 -1
include/linux/i2c.h
··· 345 345 struct i2c_adapter { 346 346 struct module *owner; 347 347 unsigned int id; 348 - unsigned int class; 348 + unsigned int class; /* classes to allow probing for */ 349 349 const struct i2c_algorithm *algo; /* the algorithm to access the bus */ 350 350 void *algo_data; 351 351