Re: [PATCH] Documentation: minor typo fix in mailbox.txt

2015-08-13 Thread Leo Yan
On Thu, Aug 13, 2015 at 06:04:11PM -0600, Jonathan Corbet wrote: > On Mon, 3 Aug 2015 09:30:25 +0800 > Leo Yan wrote: > > > Fix minor typo so that can pass correct pointer variable for > > container_of(). > > Looks good to me, applied to the docs tree. I also took the opportunity > to eliminat

Re: [PATCH] Documentation: minor typo fix in mailbox.txt

2015-08-13 Thread Jonathan Corbet
On Mon, 3 Aug 2015 09:30:25 +0800 Leo Yan wrote: > Fix minor typo so that can pass correct pointer variable for > container_of(). Looks good to me, applied to the docs tree. I also took the opportunity to eliminate the (now) needless line-splitting on the affected lines. Thanks, jon -- To un

[PATCH] Documentation: minor typo fix in mailbox.txt

2015-08-02 Thread Leo Yan
Fix minor typo so that can pass correct pointer variable for container_of(). Signed-off-by: Leo Yan --- Documentation/mailbox.txt | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/mailbox.txt b/Documentation/mailbox.txt index 1092ad9..f3f0ac2 100644 --- a/