mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-27 16:12:44 +07:00
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>
This commit is contained in:
parent
9dcbac8424
commit
105fbc229b
@ -108,7 +108,7 @@ field to hold additional information.
|
|||||||
|
|
||||||
Embedded systems frequently need one or more clocks for platform devices,
|
Embedded systems frequently need one or more clocks for platform devices,
|
||||||
which are normally kept off until they're actively needed (to save power).
|
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.
|
calls to clk_get(&pdev->dev, clock_name) return them as needed.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user