On 12/27/15 05:58, Jiri Slaby wrote: > From: Bogdan Sikora <bsik...@redhat.com> > > All are in comments. > > Signed-off-by: Bogdan Sikora <bsik...@redhat.com> > Cc: <linux...@kvack.org> > Cc: Rafael Aquini <aqu...@redhat.com> > Cc: Kent Overstreet <k...@daterainc.com> > Cc: Jan Kara <j...@suse.cz> > Signed-off-by: Jiri Slaby <jsl...@suse.cz> > --- > lib/flex_proportions.c | 2 +- > lib/percpu-refcount.c | 2 +- > mm/balloon_compaction.c | 4 ++-- > 3 files changed, 4 insertions(+), 4 deletions(-) >
> diff --git a/lib/percpu-refcount.c b/lib/percpu-refcount.c > index 6111bcb28376..2c1f256fdc84 100644 > --- a/lib/percpu-refcount.c > +++ b/lib/percpu-refcount.c > @@ -12,7 +12,7 @@ > * particular cpu can (and will) wrap - this is fine, when we go to shutdown > the > * percpu counters will all sum to the correct value > * > - * (More precisely: because moduler arithmatic is commutative the sum of all > the > + * (More precisely: because moduler arithmetic is commutative the sum of all > the modular > * percpu_count vars will be equal to what it would have been if all the gets > * and puts were done to a single integer, even if some of the percpu > integers > * overflow or underflow). -- ~Randy -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/