[PATCH 2/3] serial: s3c: Update path of Samsung S3C machine file

From: Krzysztof Kozlowski
Date: Fri Sep 11 2020 - 12:42:11 EST


Correct the path to Samsung S3C24xx machine file, mentioned in
documentation.

Signed-off-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
---
include/linux/serial_s3c.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/serial_s3c.h b/include/linux/serial_s3c.h
index 463ed28d2b27..ca2c5393dc6b 100644
--- a/include/linux/serial_s3c.h
+++ b/include/linux/serial_s3c.h
@@ -254,7 +254,7 @@
* serial port
*
* the pointer is setup by the machine specific initialisation from the
- * arch/arm/mach-s3c2410/ directory.
+ * arch/arm/mach-s3c/ directory.
*/

struct s3c2410_uartcfg {
--
2.17.1