Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation/driver-api: driver-model/platform: drop doubled word

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>

authored by

Randy Dunlap and committed by
Greg Kroah-Hartman
105fbc22 9dcbac84

+1 -1
+1 -1
Documentation/driver-api/driver-model/platform.rst
··· 108 108 109 109 Embedded systems frequently need one or more clocks for platform devices, 110 110 which are normally kept off until they're actively needed (to save power). 111 - System setup also associates those clocks with the device, so that that 111 + System setup also associates those clocks with the device, so that 112 112 calls to clk_get(&pdev->dev, clock_name) return them as needed. 113 113 114 114