Re: [PATCH] kdbus: fix minor typo in the walk-through example

2015-03-15 Thread Greg KH
On Sun, Mar 15, 2015 at 01:13:08PM +0800, Nicolas Iooss wrote: > s/receveiver/receiver/ > > Signed-off-by: Nicolas Iooss > --- > samples/kdbus/kdbus-workers.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Now applied, thanks. greg k-h -- To unsubscribe from this list: send the li

[PATCH] kdbus: fix minor typo in the walk-through example

2015-03-14 Thread Nicolas Iooss
s/receveiver/receiver/ Signed-off-by: Nicolas Iooss --- samples/kdbus/kdbus-workers.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/kdbus/kdbus-workers.c b/samples/kdbus/kdbus-workers.c index d1d8f7a7697b..d331e0186899 100644 --- a/samples/kdbus/kdbus-workers.c