Skip to content

Commit 20fd138

Browse files
committed
iio: Move __private marking before struct element priv in struct iio_dev
This is to avoid tripping up kernel-doc which filters it out before but not after the name. Note the formatting is less than ideal as a result so we may revisit in future. Signed-off-by: Jonathan Cameron <[email protected]>
1 parent 5e66d01 commit 20fd138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/iio/iio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ struct iio_dev {
624624
const struct iio_info *info;
625625
const struct iio_buffer_setup_ops *setup_ops;
626626

627-
void *priv __private;
627+
void *__private priv;
628628
};
629629

630630
int iio_device_id(struct iio_dev *indio_dev);

0 commit comments

Comments
 (0)