All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steve French <smfrench@gmail.com>
To: Randy Dunlap <rdunlap@infradead.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
	Steve French <sfrench@samba.org>,
	CIFS <linux-cifs@vger.kernel.org>,
	samba-technical <samba-technical@lists.samba.org>
Subject: Re: [PATCH] cifs: delete duplicated words in header files
Date: Sun, 19 Jul 2020 23:01:11 -0500	[thread overview]
Message-ID: <CAH2r5mtaN8kOJ7WRZFxs3W7AUVO=N58G_ai5r6UVqpMhX4j2CA@mail.gmail.com> (raw)
In-Reply-To: <20200720001316.22854-1-rdunlap@infradead.org>

Merged into cifs-2.6.git for-next

On Sun, Jul 19, 2020 at 7:14 PM Randy Dunlap <rdunlap@infradead.org> wrote:
>
> Drop repeated words in multiple comments.
> (be, use, the, See)
>
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Steve French <sfrench@samba.org>
> Cc: linux-cifs@vger.kernel.org
> Cc: samba-technical@lists.samba.org
> ---
>  fs/cifs/cifsacl.h  |    4 ++--
>  fs/cifs/cifsglob.h |    2 +-
>  fs/cifs/smb2pdu.h  |    2 +-
>  3 files changed, 4 insertions(+), 4 deletions(-)
>
> --- linux-next-20200717.orig/fs/cifs/cifsacl.h
> +++ linux-next-20200717/fs/cifs/cifsacl.h
> @@ -132,7 +132,7 @@ struct cifs_ace {
>  /*
>   * The current SMB3 form of security descriptor is similar to what was used for
>   * cifs (see above) but some fields are split, and fields in the struct below
> - * matches names of fields to the the spec, MS-DTYP (see sections 2.4.5 and
> + * matches names of fields to the spec, MS-DTYP (see sections 2.4.5 and
>   * 2.4.6). Note that "CamelCase" fields are used in this struct in order to
>   * match the MS-DTYP and MS-SMB2 specs which define the wire format.
>   */
> @@ -178,7 +178,7 @@ struct smb3_acl {
>
>  /*
>   * Used to store the special 'NFS SIDs' used to persist the POSIX uid and gid
> - * See See http://technet.microsoft.com/en-us/library/hh509017(v=ws.10).aspx
> + * See http://technet.microsoft.com/en-us/library/hh509017(v=ws.10).aspx
>   */
>  struct owner_sid {
>         u8 Revision;
> --- linux-next-20200717.orig/fs/cifs/cifsglob.h
> +++ linux-next-20200717/fs/cifs/cifsglob.h
> @@ -1466,7 +1466,7 @@ struct cifsInodeInfo {
>         struct list_head llist; /* locks helb by this inode */
>         /*
>          * NOTE: Some code paths call down_read(lock_sem) twice, so
> -        * we must always use use cifs_down_write() instead of down_write()
> +        * we must always use cifs_down_write() instead of down_write()
>          * for this semaphore to avoid deadlocks.
>          */
>         struct rw_semaphore lock_sem;   /* protect the fields above */
> --- linux-next-20200717.orig/fs/cifs/smb2pdu.h
> +++ linux-next-20200717/fs/cifs/smb2pdu.h
> @@ -31,7 +31,7 @@
>   * Note that, due to trying to use names similar to the protocol specifications,
>   * there are many mixed case field names in the structures below.  Although
>   * this does not match typical Linux kernel style, it is necessary to be
> - * be able to match against the protocol specfication.
> + * able to match against the protocol specfication.
>   *
>   * SMB2 commands
>   * Some commands have minimal (wct=0,bcc=0), or uninteresting, responses



-- 
Thanks,

Steve

      reply	other threads:[~2020-07-20  4:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-20  0:13 [PATCH] cifs: delete duplicated words in header files Randy Dunlap
2020-07-20  4:01 ` Steve French [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAH2r5mtaN8kOJ7WRZFxs3W7AUVO=N58G_ai5r6UVqpMhX4j2CA@mail.gmail.com' \
    --to=smfrench@gmail.com \
    --cc=linux-cifs@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rdunlap@infradead.org \
    --cc=samba-technical@lists.samba.org \
    --cc=sfrench@samba.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.