From: Randy Dunlap Date: Sat, 4 Jul 2020 03:44:56 +0000 (-0700) Subject: Documentation/driver-api: driver-model/platform: drop doubled word X-Git-Tag: v5.9-rc1~143^2~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=105fbc229b775b69796cd20f53b609732c67c193;p=thirdparty%2Fkernel%2Flinux.git Documentation/driver-api: driver-model/platform: drop doubled word Drop the doubled word "that". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: Greg Kroah-Hartman Link: https://lore.kernel.org/r/20200704034502.17199-12-rdunlap@infradead.org Signed-off-by: Greg Kroah-Hartman --- diff --git a/Documentation/driver-api/driver-model/platform.rst b/Documentation/driver-api/driver-model/platform.rst index 334dd4071ae46..1fe5c6c6199c6 100644 --- a/Documentation/driver-api/driver-model/platform.rst +++ b/Documentation/driver-api/driver-model/platform.rst @@ -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.