On Mon 05-06-17 09:43:50, Wei Yang wrote: > Looks there is no word "blamo", and it should be "blame". > > This patch just fix the typo. Well, I do not think this is a typo. blamo has a slang meaning which I believe was intentional. Besides that, why would you want to fix this anyway. Is this something that you would grep for? > Signed-off-by: Wei Yang <richard.weiyang@xxxxxxxxx> > --- > mm/page_alloc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/mm/page_alloc.c b/mm/page_alloc.c > index 07efbc3a8656..9ce765e6fe2f 100644 > --- a/mm/page_alloc.c > +++ b/mm/page_alloc.c > @@ -3214,7 +3214,7 @@ __alloc_pages_may_oom(gfp_t gfp_mask, unsigned int order, > if (gfp_mask & __GFP_THISNODE) > goto out; > > - /* Exhausted what can be done so it's blamo time */ > + /* Exhausted what can be done so it's blame time */ > if (out_of_memory(&oc) || WARN_ON_ONCE(gfp_mask & __GFP_NOFAIL)) { > *did_some_progress = 1; > > -- > 2.11.0 > > -- > To unsubscribe, send a message with 'unsubscribe linux-mm' in > the body to majordomo@xxxxxxxxx. For more info on Linux MM, > see: http://www.linux-mm.org/ . > Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a> -- Michal Hocko SUSE Labs -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>