lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20191231173144.13077-1-ymdatta.work@gmail.com>
Date:   Tue, 31 Dec 2019 23:01:42 +0530
From:   Mohana Datta Yelugoti <ymdatta.work@...il.com>
To:     gregkh@...uxfoundation.org
Cc:     ymdatta.work@...il.com, trivial@...nel.org,
        Russell King <linux@...linux.org.uk>,
        Enrico Weigelt <info@...ux.net>,
        Kate Stewart <kstewart@...uxfoundation.org>,
        Thomas Gleixner <tglx@...utronix.de>,
        linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: [PATCH] ARM: fix a gramatical error in the comments

There is a gramatical mistake in the comments which says 'an dtb'
which instead should be 'a dtb', as dtb doesn't begin with a vowel
sound. Fix it.

Signed-off-by: Mohana Datta Yelugoti <ymdatta.work@...il.com>
---
 arch/arm/kernel/devtree.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/kernel/devtree.c b/arch/arm/kernel/devtree.c
index 39c978698406..8883caed6cb6 100644
--- a/arch/arm/kernel/devtree.c
+++ b/arch/arm/kernel/devtree.c
@@ -202,7 +202,7 @@ static const void * __init arch_get_next_mach(const char *const **match)
 }
 
 /**
- * setup_machine_fdt - Machine setup when an dtb was passed to the kernel
+ * setup_machine_fdt - Machine setup when a dtb was passed to the kernel
  * @dt_phys: physical address of dt blob
  *
  * If a dtb was passed to the kernel in r2, then use it to choose the
-- 
2.17.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ