diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-09-11 16:33:42 +0200 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2020-10-31 12:44:36 +0100 |
commit | 3ebc0ef06e4a78522e9d1488dcf61b7d8fcfb792 (patch) | |
tree | 7e5c379ac07aa10d307e51b97ed1d0f99c847ccf /include/linux/serial_s3c.h | |
parent | 0f12999e27e087cd4c832760b59efd58c9642bb2 (diff) | |
download | lwn-3ebc0ef06e4a78522e9d1488dcf61b7d8fcfb792.tar.gz lwn-3ebc0ef06e4a78522e9d1488dcf61b7d8fcfb792.zip |
serial: s3c: Update path of Samsung S3C machine file
Correct the path to Samsung S3C24xx machine file, mentioned in
documentation.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20200911143343.498-2-krzk@kernel.org
Diffstat (limited to 'include/linux/serial_s3c.h')
-rw-r--r-- | include/linux/serial_s3c.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |