Re: [PATCH] percpu: Fix trivial typos in comments

2015-03-06 Thread Yannick Guerrini
Le 06/03/2015 23:02, Tejun Heo a écrit : On Fri, Mar 06, 2015 at 10:52:28PM +0100, Yannick Guerrini wrote: Change 'iff' to 'if' iff is intentional. http://en.wikipedia.org/wiki/If_and_only_if Oops, sorry ! I will check better next time ! Change 'tranlated' to 'translated' Change 'mutliples

Re: [PATCH] percpu: Fix trivial typos in comments

2015-03-06 Thread Tejun Heo
On Fri, Mar 06, 2015 at 10:52:28PM +0100, Yannick Guerrini wrote: > Change 'iff' to 'if' iff is intentional. http://en.wikipedia.org/wiki/If_and_only_if > Change 'tranlated' to 'translated' > Change 'mutliples' to 'multiples' Can you refresh the patch with just the above two? Thanks. -- tej

[PATCH] percpu: Fix trivial typos in comments

2015-03-06 Thread Yannick Guerrini
Change 'iff' to 'if' Change 'tranlated' to 'translated' Change 'mutliples' to 'multiples' Signed-off-by: Yannick Guerrini --- mm/percpu.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mm/percpu.c b/mm/percpu.c index 73c97a5..6e6dcdb 100644 --- a/mm/percpu.c +++ b