From mboxrd@z Thu Jan 1 00:00:00 1970 From: Darrick J. Wong Date: Mon, 19 Jul 2021 09:00:49 -0700 Subject: [Cluster-devel] [PATCH 01/27] iomap: fix a trivial comment typo in trace.h In-Reply-To: <20210719103520.495450-2-hch@lst.de> References: <20210719103520.495450-1-hch@lst.de> <20210719103520.495450-2-hch@lst.de> Message-ID: <20210719160049.GC22402@magnolia> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Mon, Jul 19, 2021 at 12:34:54PM +0200, Christoph Hellwig wrote: > Signed-off-by: Christoph Hellwig Reviewed-by: Darrick J. Wong --D > --- > fs/iomap/trace.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/iomap/trace.h b/fs/iomap/trace.h > index fdc7ae388476f5..e9cd5cc0d6ba40 100644 > --- a/fs/iomap/trace.h > +++ b/fs/iomap/trace.h > @@ -2,7 +2,7 @@ > /* > * Copyright (c) 2009-2019 Christoph Hellwig > * > - * NOTE: none of these tracepoints shall be consider a stable kernel ABI > + * NOTE: none of these tracepoints shall be considered a stable kernel ABI > * as they can change at any time. > */ > #undef TRACE_SYSTEM > -- > 2.30.2 >