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>] [<thread-prev] [day] [month] [year] [list]
Date:   Tue, 13 Oct 2020 22:27:22 -0700
From:   Randy Dunlap <rdunlap@...radead.org>
To:     linux-fsdevel@...r.kernel.org
Cc:     Alexey Dobriyan <adobriyan@...il.com>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] procfs: delete duplicated words + other fixes

ping.

On 8/4/20 7:49 PM, Randy Dunlap wrote:
> Delete repeated words in fs/proc/.
> {the, which}
> where "which which" was changed to "with which".
> 
> Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
> To: linux-fsdevel@...r.kernel.org
> Cc: Alexey Dobriyan <adobriyan@...il.com>
> Cc: linux-kernel@...r.kernel.org
> ---
>  fs/proc/base.c     |    2 +-
>  fs/proc/proc_net.c |    4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> --- linux-next-20200804.orig/fs/proc/base.c
> +++ linux-next-20200804/fs/proc/base.c
> @@ -2016,7 +2016,7 @@ const struct dentry_operations pid_dentr
>   * file type from dcache entry.
>   *
>   * Since all of the proc inode numbers are dynamically generated, the inode
> - * numbers do not exist until the inode is cache.  This means creating the
> + * numbers do not exist until the inode is cache.  This means creating
>   * the dcache entry in readdir is necessary to keep the inode numbers
>   * reported by readdir in sync with the inode numbers reported
>   * by stat.
> --- linux-next-20200804.orig/fs/proc/proc_net.c
> +++ linux-next-20200804/fs/proc/proc_net.c
> @@ -140,7 +140,7 @@ EXPORT_SYMBOL_GPL(proc_create_net_data);
>   * @mode: The file's access mode.
>   * @parent: The parent directory in which to create.
>   * @ops: The seq_file ops with which to read the file.
> - * @write: The write method which which to 'modify' the file.
> + * @write: The write method with which to 'modify' the file.
>   * @data: Data for retrieval by PDE_DATA().
>   *
>   * Create a network namespaced proc file in the @parent directory with the
> @@ -232,7 +232,7 @@ EXPORT_SYMBOL_GPL(proc_create_net_single
>   * @mode: The file's access mode.
>   * @parent: The parent directory in which to create.
>   * @show: The seqfile show method with which to read the file.
> - * @write: The write method which which to 'modify' the file.
> + * @write: The write method with which to 'modify' the file.
>   * @data: Data for retrieval by PDE_DATA().
>   *
>   * Create a network-namespaced proc file in the @parent directory with the
> 


-- 
~Randy

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ