]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Documentation/driver-api: driver-model/platform: drop doubled word
authorRandy Dunlap <rdunlap@infradead.org>
Sat, 4 Jul 2020 03:44:56 +0000 (20:44 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Jul 2020 12:35:37 +0000 (14:35 +0200)
Drop the doubled word "that".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Link: https://lore.kernel.org/r/20200704034502.17199-12-rdunlap@infradead.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/driver-api/driver-model/platform.rst

index 334dd4071ae4690bd1706b5d23388586116c8497..1fe5c6c6199c600152c81f5c0c2646109eed28f7 100644 (file)
@@ -108,7 +108,7 @@ field to hold additional information.
 
 Embedded systems frequently need one or more clocks for platform devices,
 which are normally kept off until they're actively needed (to save power).
-System setup also associates those clocks with the device, so that that
+System setup also associates those clocks with the device, so that
 calls to clk_get(&pdev->dev, clock_name) return them as needed.