[PATCH] Fix typos and harmonize spaces

2023-08-03 Thread yegorslists
From: Yegor Yefremov --- src/ftdi.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/ftdi.c b/src/ftdi.c index 0a7fb27..3a51b26 100644 --- a/src/ftdi.c +++ b/src/ftdi.c @@ -83,7 +83,7 @@ static void ftdi_usb_close_internal (struct ftdi_context *ftdi)

Re: [PATCH] Fix typos

2020-01-20 Thread Thomas Jarosch
Hi Yegor, You wrote on Thu, Jan 16, 2020 at 08:44:48AM +0100: > > From: Yegor Yefremov > > > > Signed-off-by: Yegor Yefremov > > --- > > cmake/FindConfuse.cmake | 2 +- > > examples/async.c| 4 ++-- > > examples/serial_test.c | 2 +- > > examples/stream_test.c | 4 ++-- > >

Re: [PATCH] Fix typos

2020-01-15 Thread Yegor Yefremov
Hi Thomas, On Thu, Jan 16, 2020 at 8:42 AM wrote: > > From: Yegor Yefremov > > Signed-off-by: Yegor Yefremov > --- > cmake/FindConfuse.cmake | 2 +- > examples/async.c| 4 ++-- > examples/serial_test.c | 2 +- > examples/stream_test.c | 4 ++-- > ftdipp/CMakeLists.txt | 2 +- >

[PATCH] Fix typos

2020-01-15 Thread yegorslists
From: Yegor Yefremov Signed-off-by: Yegor Yefremov --- cmake/FindConfuse.cmake | 2 +- examples/async.c| 4 ++-- examples/serial_test.c | 2 +- examples/stream_test.c | 4 ++-- ftdipp/CMakeLists.txt | 2 +- ftdipp/ftdi.cpp | 2 +- python/examples/cbus.py | 2 +-