diff mbox series

fs/xfs: Fix typos in comments

Message ID d8927acfb0f11e0bcd2d7a015a0238a7@208suo.com (mailing list archive)
State New, archived
Headers show
Series fs/xfs: Fix typos in comments | expand

Commit Message

pangzizhen001@208suo.com July 20, 2023, 3:51 p.m. UTC
Delete duplicate word "the"

Signed-off-by: Zizhen Pang <pangzizhen001@208suo.com>
---
  fs/xfs/xfs_aops.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

       */

Comments

Darrick J. Wong Aug. 1, 2023, 3:31 p.m. UTC | #1
On Thu, Jul 20, 2023 at 11:51:06PM +0800, pangzizhen001@208suo.com wrote:
> Delete duplicate word "the"
> 
> Signed-off-by: Zizhen Pang <pangzizhen001@208suo.com>

Looks good,
Reviewed-by: Darrick J. Wong <djwong@kernel.org>

--D

> ---
>  fs/xfs/xfs_aops.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/fs/xfs/xfs_aops.c b/fs/xfs/xfs_aops.c
> index 451942fb38ec..66b311ccc4f9 100644
> --- a/fs/xfs/xfs_aops.c
> +++ b/fs/xfs/xfs_aops.c
> @@ -478,7 +478,7 @@ xfs_discard_folio(
>              folio, ip->i_ino, pos);
> 
>      /*
> -     * The end of the punch range is always the offset of the the first
> +     * The end of the punch range is always the offset of the first
>       * byte of the next folio. Hence the end offset is only dependent on
> the
>       * folio itself and not the start offset that is passed in.
>       */
diff mbox series

Patch

diff --git a/fs/xfs/xfs_aops.c b/fs/xfs/xfs_aops.c
index 451942fb38ec..66b311ccc4f9 100644
--- a/fs/xfs/xfs_aops.c
+++ b/fs/xfs/xfs_aops.c
@@ -478,7 +478,7 @@  xfs_discard_folio(
              folio, ip->i_ino, pos);

      /*
-     * The end of the punch range is always the offset of the the first
+     * The end of the punch range is always the offset of the first
       * byte of the next folio. Hence the end offset is only dependent 
on the
       * folio itself and not the start offset that is passed in.