Re: [PATCH] More i2c driver fixes for 2.6.0-test7

From: Sam Ravnborg
Date: Wed Oct 15 2003 - 14:14:01 EST


On Wed, Oct 15, 2003 at 11:05:47AM -0700, Greg KH wrote:
> -device_create_file(&client->dev, &dev_attr_in_max##offset);
> +device_create_file(&client->dev, &dev_attr_in_max##offset); \
> +} while (0);
^
Did you really want to have that ';' there?
It is harmless in current usage, but it may be confusing.

Sam
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/