aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2015-05-21 14:10:26 +0200
committerAlistair Strachan <astrachan@google.com>2018-06-14 09:59:19 -0700
commit438f237e5e46af2408cc2da04da2ecaeb0fc00ce (patch)
treef8e2e86b99b033ebe7a7b30097bd234200fcb8ad
parente2e5382f47297b21085b88bc0aa0ad881c38bc7c (diff)
UPSTREAM: of/overlay: Grammar s/an negative/a negative/
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Rob Herring <robh@kernel.org> (cherry picked from commit 94a8bf974054e63dfb493f9c22db123c37200955) Bug: 109890997 Change-Id: If292174f881c7c6ac01245e16490a65309e9e6a3 Signed-off-by: John Stultz <john.stultz@linaro.org>
-rw-r--r--drivers/of/overlay.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/of/overlay.c b/drivers/of/overlay.c
index dee9270ba547..24e025f79299 100644
--- a/drivers/of/overlay.c
+++ b/drivers/of/overlay.c
@@ -333,7 +333,7 @@ static DEFINE_IDR(ov_idr);
* of the overlay in a list. This list can be used to prevent
* illegal overlay removals.
*
- * Returns the id of the created overlay, or an negative error number
+ * Returns the id of the created overlay, or a negative error number
*/
int of_overlay_create(struct device_node *tree)
{
@@ -481,7 +481,7 @@ static int overlay_removal_is_ok(struct of_overlay *ov)
*
* Removes an overlay if it is permissible.
*
- * Returns 0 on success, or an negative error number
+ * Returns 0 on success, or a negative error number
*/
int of_overlay_destroy(int id)
{
@@ -528,7 +528,7 @@ EXPORT_SYMBOL_GPL(of_overlay_destroy);
*
* Removes all overlays from the system in the correct order.
*
- * Returns 0 on success, or an negative error number
+ * Returns 0 on success, or a negative error number
*/
int of_overlay_destroy_all(void)
{