diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2017-11-28 03:25:23 -0500 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2017-12-06 15:56:32 -0500 |
commit | e9d92e40ac9dea5a9a185fc11227f492f0b74fc7 (patch) | |
tree | bb4b5bb52e7a478939e7df24d1aef400a3adb7fc /drivers/of/dynamic.c | |
parent | 33acc40d00bc66f2d6e84441b6c46e03bd8acfa9 (diff) |
of: Spelling s/changset/changeset/
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'drivers/of/dynamic.c')
-rw-r--r-- | drivers/of/dynamic.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/of/dynamic.c b/drivers/of/dynamic.c index c454941b34ec..ab988d88704d 100644 --- a/drivers/of/dynamic.c +++ b/drivers/of/dynamic.c | |||
@@ -695,7 +695,7 @@ int __of_changeset_apply_entries(struct of_changeset *ocs, int *ret_revert) | |||
695 | /* | 695 | /* |
696 | * Returns 0 on success, a negative error value in case of an error. | 696 | * Returns 0 on success, a negative error value in case of an error. |
697 | * | 697 | * |
698 | * If multiple changset entry notification errors occur then only the | 698 | * If multiple changeset entry notification errors occur then only the |
699 | * final notification error is reported. | 699 | * final notification error is reported. |
700 | */ | 700 | */ |
701 | int __of_changeset_apply_notify(struct of_changeset *ocs) | 701 | int __of_changeset_apply_notify(struct of_changeset *ocs) |
@@ -795,7 +795,7 @@ int __of_changeset_revert_entries(struct of_changeset *ocs, int *ret_apply) | |||
795 | } | 795 | } |
796 | 796 | ||
797 | /* | 797 | /* |
798 | * If multiple changset entry notification errors occur then only the | 798 | * If multiple changeset entry notification errors occur then only the |
799 | * final notification error is reported. | 799 | * final notification error is reported. |
800 | */ | 800 | */ |
801 | int __of_changeset_revert_notify(struct of_changeset *ocs) | 801 | int __of_changeset_revert_notify(struct of_changeset *ocs) |