diff options
| author | Bhanu Seshu Kumar Valluri <bhanuseshukumar@gmail.com> | 2025-10-01 11:57:16 +0300 |
|---|---|---|
| committer | Rob Herring (Arm) <robh@kernel.org> | 2025-10-01 15:55:42 +0300 |
| commit | 4e66293bb141df33d5eb1f922e16fe05913bf296 (patch) | |
| tree | ab1b1e8eb5b59d4197fb8a19a633e652a96d3c8b /drivers/of/overlay.c | |
| parent | f9a68cf7b9afeb1780527f840995fc4292a2202a (diff) | |
| download | linux-4e66293bb141df33d5eb1f922e16fe05913bf296.tar.xz | |
of: doc: Fix typo in doc comments.
synthetized => synthesized
definied => defined
sucess => success
Signed-off-by: Bhanu Seshu Kumar Valluri <bhanuseshukumar@gmail.com>
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Diffstat (limited to 'drivers/of/overlay.c')
| -rw-r--r-- | drivers/of/overlay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/of/overlay.c b/drivers/of/overlay.c index 1af6f52d0708..255e8362f600 100644 --- a/drivers/of/overlay.c +++ b/drivers/of/overlay.c @@ -135,7 +135,7 @@ static BLOCKING_NOTIFIER_HEAD(overlay_notify_chain); * @nb: Notifier block to register * * Register for notification on overlay operations on device tree nodes. The - * reported actions definied by @of_reconfig_change. The notifier callback + * reported actions defined by @of_reconfig_change. The notifier callback * furthermore receives a pointer to the affected device tree node. * * Note that a notifier callback is not supposed to store pointers to a device |
