[PATCH] soc: samsung: Fix typo in CONFIG_EXYNOS_USI description

Sam Protsenko posted 1 patch 4 years, 5 months ago
drivers/soc/samsung/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] soc: samsung: Fix typo in CONFIG_EXYNOS_USI description
Posted by Sam Protsenko 4 years, 5 months ago
The proper name is Exynos Auto V9, not V0. It was the typo slipped in
unnoticed, fix it.

Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
---
 drivers/soc/samsung/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/soc/samsung/Kconfig b/drivers/soc/samsung/Kconfig
index a9f8b224322e..02e319508cc6 100644
--- a/drivers/soc/samsung/Kconfig
+++ b/drivers/soc/samsung/Kconfig
@@ -31,7 +31,7 @@ config EXYNOS_USI
 	help
 	  Enable support for USI block. USI (Universal Serial Interface) is an
 	  IP-core found in modern Samsung Exynos SoCs, like Exynos850 and
-	  ExynosAutoV0. USI block can be configured to provide one of the
+	  ExynosAutoV9. USI block can be configured to provide one of the
 	  following serial protocols: UART, SPI or High Speed I2C.
 
 	  This driver allows one to configure USI for desired protocol, which
-- 
2.30.2

RE: [PATCH] soc: samsung: Fix typo in CONFIG_EXYNOS_USI description
Posted by Chanho Park 4 years, 5 months ago
> -----Original Message-----
> From: Sam Protsenko <semen.protsenko@linaro.org>
> Sent: Friday, January 14, 2022 5:38 AM
> To: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> Cc: linux-arm-kernel@lists.infradead.org; linux-samsung-
> soc@vger.kernel.org; linux-kernel@vger.kernel.org
> Subject: [PATCH] soc: samsung: Fix typo in CONFIG_EXYNOS_USI description
> 
> The proper name is Exynos Auto V9, not V0. It was the typo slipped in
> unnoticed, fix it.
> 
> Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>

Required "Fixes:" tag? Otherwise, LGTM.

Reviewed-by: Chanho Park <chanho61.park@samsung.com>

Re: [PATCH] soc: samsung: Fix typo in CONFIG_EXYNOS_USI description
Posted by Sam Protsenko 4 years, 5 months ago
On Fri, 14 Jan 2022 at 10:50, Chanho Park <chanho61.park@samsung.com> wrote:
>
> > -----Original Message-----
> > From: Sam Protsenko <semen.protsenko@linaro.org>
> > Sent: Friday, January 14, 2022 5:38 AM
> > To: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> > Cc: linux-arm-kernel@lists.infradead.org; linux-samsung-
> > soc@vger.kernel.org; linux-kernel@vger.kernel.org
> > Subject: [PATCH] soc: samsung: Fix typo in CONFIG_EXYNOS_USI description
> >
> > The proper name is Exynos Auto V9, not V0. It was the typo slipped in
> > unnoticed, fix it.
> >
> > Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
>
> Required "Fixes:" tag? Otherwise, LGTM.
>

Right, will add that in v2. Thanks!

> Reviewed-by: Chanho Park <chanho61.park@samsung.com>
>