[PATCH] of/device.c: fix the wrong comments
From: Jojo Zeng the comments which discribed the input parameters of of_match_device(). the name is changed, so fix it. Signed-off-by: Jojo Zeng --- drivers/of/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/of/device.c b/drivers/of/device.c index 3717f2a..da81583 100644 --- a/drivers/of/device.c +++ b/drivers/of/device.c @@ -17,7 +17,7 @@ /** * of_match_device - Tell if a struct device matches an of_device_id list - * @ids: array of of device match structures to search in + * @matches: array of of device match structures to search in * @dev: the of device structure to match against * * Used by a driver to check whether an platform_device present in the -- 2.7.4
[no subject]
From: Jojo Zeng <> To: linux-kernel@vger.kernel.org Cc: Jojo Zeng Subject: [PATCH] modified rtc.c Date: Sun, 31 Mar 2019 18:20:44 +0800 Message-Id: <1554027644-13091-2-git-send-email-jojo_z...@126.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1554027644-13091-1-git-send-email-jojo_z...@126.com> References: <1554027644-13091-1-git-send-email-jojo_z...@126.com> From: Jojo Zeng modified rtc.c Signed-off-by: Jojo Zeng --- drivers/char/rtc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/char/rtc.c b/drivers/char/rtc.c index c862d0b..0199b26 100644 --- a/drivers/char/rtc.c +++ b/drivers/char/rtc.c @@ -84,6 +84,8 @@ #include +#define jojo + #ifdef CONFIG_X86 #include #endif -- 2.7.4
[no subject]
From: Jojo Zeng <> To: linux-kernel@vger.kernel.org Cc: Jojo Zeng Subject: [PATCH] *** modified rtc.c *** Date: Sun, 31 Mar 2019 18:20:43 +0800 Message-Id: <1554027644-13091-1-git-send-email-jojo_z...@126.com> X-Mailer: git-send-email 2.7.4 From: Jojo Zeng sorry, this is a test, i am a beginner of LKML,i want to submit patch, this is a test. Jojo Zeng (1): modified rtc.c drivers/char/rtc.c | 2 ++ 1 file changed, 2 insertions(+) -- 2.7.4