Re: [PATCH] maple_tree: fix comment typo
"Liam R. Howlett" <[email protected]>
| Newsgroups | gmane.linux.kernel,gmane.linux.kernel.mm |
|---|---|
| Message-ID | <32auhvmka7wasz4fopvdffujrommsum3uc4gv3qxoakcdexkdc@zxbesu6wrz3s> |
On 26/08/13 08:38PM, Mark Sercombe wrote: > Fix a spelling mistake n a code comment. This is a comment only > change with no functional impact. > > Signed-off-by: Mark Sercombe <[email protected]> Thanks! Reviewed-by: Liam R. Howlett (Oracle) <[email protected]> > --- > lib/maple_tree.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/lib/maple_tree.c b/lib/maple_tree.c > index e52876435b77..9e47f21286b4 100644 > --- a/lib/maple_tree.c > +++ b/lib/maple_tree.c > @@ -3595,7 +3595,7 @@ static inline void mas_wr_prealloc_setup(struct ma_wr_state *wr_mas) > > /** > * mas_prealloc_calc() - Calculate number of nodes needed for a > - * given store oepration > + * given store operation > * @wr_mas: The maple write state > * @entry: The entry to store into the tree > * > -- > 2.55.0 >