armbian_build/patch/kernel/archive/sunxi-6.1/patches.fixses/Fix-warning-multi-line-comment.patch
The-going 0a4822d2f5
Bump sunxi (#4580)
* Bump sunxi - tested for build

* Add configs

* Bump sunxi - tested for build

* Add configs

* sunxi-6.1: add series.conf file include megous patches

* Switch to initial tag=v6.1

* Add patches fixses

* Switch CURRENT to v5.15.83

Co-authored-by: Igor <igor@armbian.com>
2022-12-17 15:58:45 +01:00

26 lines
764 B
Diff

From dbdac939ecbf8681935cb939213f8d8f8a4bd169 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/2] 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