Message ID | 20210719103520.495450-2-hch@lst.de (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | [01/27] iomap: fix a trivial comment typo in trace.h | expand |
On Mon, Jul 19, 2021 at 12:34:54PM +0200, Christoph Hellwig wrote: > Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <djwong@kernel.org> --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 >
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
Signed-off-by: Christoph Hellwig <hch@lst.de> --- fs/iomap/trace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)