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]
Date:   Sun, 21 Aug 2022 23:06:04 +0800
From:   wangjianli <wangjianli@...rlc.com>
To:     tsbogend@...ha.franken.de
Cc:     linux-mips@...r.kernel.org, linux-kernel@...r.kernel.org,
        wangjianli <wangjianli@...rlc.com>
Subject: [PATCH] mips/sgi-ip22: fix repeated words in comments

 Delete the redundant word 'of'.

Signed-off-by: wangjianli <wangjianli@...rlc.com>
---
 arch/parisc/kernel/module.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/parisc/kernel/module.c b/arch/parisc/kernel/module.c
index 7df140545b22..78c354af2820 100644
--- a/arch/parisc/kernel/module.c
+++ b/arch/parisc/kernel/module.c
@@ -16,7 +16,7 @@
  *      fail to reach their PLT stub if we only create one big stub array for
  *      all sections at the beginning of the core or init section.
  *      Instead we now insert individual PLT stub entries directly in front of
- *      of the code sections where the stubs are actually called.
+ *      the code sections where the stubs are actually called.
  *      This reduces the distance between the PCREL location and the stub entry
  *      so that the relocations can be fulfilled.
  *      While calculating the final layout of the kernel module in memory, the
-- 
2.36.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ