]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
5.15-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 Feb 2023 08:03:29 +0000 (09:03 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 Feb 2023 08:03:29 +0000 (09:03 +0100)
added patches:
extcon-usbc-tusb320-fix-kernel-doc-warning.patch

queue-5.15/extcon-usbc-tusb320-fix-kernel-doc-warning.patch [new file with mode: 0644]
queue-5.15/series

diff --git a/queue-5.15/extcon-usbc-tusb320-fix-kernel-doc-warning.patch b/queue-5.15/extcon-usbc-tusb320-fix-kernel-doc-warning.patch
new file mode 100644 (file)
index 0000000..12f49cd
--- /dev/null
@@ -0,0 +1,32 @@
+From 08099ecd9216219f51cc82637f06797cf81890b6 Mon Sep 17 00:00:00 2001
+From: Rong Chen <rong.a.chen@intel.com>
+Date: Tue, 6 Sep 2022 12:04:29 +0800
+Subject: extcon: usbc-tusb320: fix kernel-doc warning
+
+From: Rong Chen <rong.a.chen@intel.com>
+
+commit 08099ecd9216219f51cc82637f06797cf81890b6 upstream.
+
+Fix the warning:
+drivers/extcon/extcon-usbc-tusb320.c:19: warning: expecting prototype
+for drivers/extcon/extcon-tusb320.c(). Prototype was for TUSB320_REG8()
+instead
+
+Reported-by: kernel test robot <lkp@intel.com>
+Signed-off-by: Rong Chen <rong.a.chen@intel.com>
+Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
+Cc: Marek Vasut <marex@denx.de>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+---
+ drivers/extcon/extcon-usbc-tusb320.c |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/drivers/extcon/extcon-usbc-tusb320.c
++++ b/drivers/extcon/extcon-usbc-tusb320.c
+@@ -1,5 +1,5 @@
+ // SPDX-License-Identifier: GPL-2.0
+-/**
++/*
+  * drivers/extcon/extcon-tusb320.c - TUSB320 extcon driver
+  *
+  * Copyright (C) 2020 National Instruments Corporation
index 2a7f0a132eb5d05a37e74cb73ccbcf063d98a8e8..33b0f5293a93ad58d2b2210045eba1f691b34d92 100644 (file)
@@ -10,3 +10,4 @@ hid-playstation-sanity-check-dualsense-calibration-d.patch
 dmaengine-imx-sdma-fix-a-possible-memory-leak-in-sdm.patch
 cifs-fix-return-of-uninitialized-rc-in-dfs_cache_upd.patch
 ext4-fix-bad-checksum-after-online-resize.patch
+extcon-usbc-tusb320-fix-kernel-doc-warning.patch