Re: [PATCH] net: treewide: Fix typo found in DocBook/networking.xml

2014-09-03 Thread David Miller
From: Masanari Iida Date: Wed, 3 Sep 2014 12:59:15 +0900 > * When used in combination with the softirq_exit tracepoint > - * we can determine the softirq handler runtine. > + * we can determine the softirq handler runtime. > */ The author of this comment meant to say "routine" not "runtime"

Re: [PATCH] net: treewide: Fix typo found in DocBook/networking.xml

2014-09-03 Thread Randy Dunlap
On 09/02/14 20:59, Masanari Iida wrote: > This patch fix spelling typo found in DocBook/networking.xml. > It is because the neworking.xml is generated from comments > in the source, I have to fix typo in comments within the source. > > Signed-off-by: Masanari Iida Acked-by: Randy Dunlap Thanks