26 lines
764 B
Diff
26 lines
764 B
Diff
From 09bd7eb0291461d877f65c99182931ce6b26b681 Mon Sep 17 00:00:00 2001
|
|
From: The-going <48602507+The-going@users.noreply.github.com>
|
|
Date: Fri, 16 Dec 2022 16:46:31 +0300
|
|
Subject: [PATCH 2/5] Fix: warning: multi-line comment
|
|
|
|
---
|
|
drivers/iio/magnetometer/af8133j.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/drivers/iio/magnetometer/af8133j.c b/drivers/iio/magnetometer/af8133j.c
|
|
index 4a2407cab..414b61bc3 100644
|
|
--- a/drivers/iio/magnetometer/af8133j.c
|
|
+++ b/drivers/iio/magnetometer/af8133j.c
|
|
@@ -79,7 +79,7 @@ static const struct iio_chan_spec_ext_info af8133j_ext_info[] = {
|
|
{ }
|
|
};
|
|
|
|
-// .info_mask_shared_by_type = , \
|
|
+/* .info_mask_shared_by_type = , \*/
|
|
|
|
#define AF8133J_CHANNEL(_axis) { \
|
|
.type = IIO_MAGN, \
|
|
--
|
|
2.35.3
|
|
|