Re: [PATCH 2/5] iio: refactor info mask and ext_info attribute creation.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



[...]
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




[Index of Archives]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Input]     [Linux Kernel]     [Linux SCSI]     [X.org]

  Powered by Linux