[...]
diff --git a/include/linux/iio/iio.h b/include/linux/iio/iio.h index cdb034d..ad59fee 100644 --- a/include/linux/iio/iio.h +++ b/include/linux/iio/iio.h @@ -38,6 +38,9 @@ enum iio_chan_info_enum { IIO_CHAN_INFO_HYSTERESIS, }; +enum iio_shared_by { IIO_SEPARATE, + IIO_SHARED_BY_TYPE }; +
That's not kernel style formating, is it? enum iio_shared_by { IIO_SEPARATE, IIO_SHARED_BY_TYPE, }; ... looks much better in my opinion [...] -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html