mirror of
https://github.com/armbian/build.git
synced 2025-08-09 12:46:58 +02:00
* sunxi-6.1: rebase to v6.1.14, reexport patches megous * sunxi-6.1: rename fixes patches * sunxi-6.1: reexport armbian patches * sunxi-6.1: fix the series.conf file to the current state * sunxi-6.1: switch edge to v6.1.14 * Adjust sunxi to 5.15 / 6.1 / 6.2 - change configs - adjust broken patches - disable patch that only changes /readme.md and it has issues --------- Co-authored-by: Igor Pečovnik <igor@armbian.com>
26 lines
764 B
Diff
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
|
|
|