[PATCH] USB: serial: iuu_phoenix: fix iuutool author name

Thorsten Blum posted 1 patch 2 months, 1 week ago
drivers/usb/serial/iuu_phoenix.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] USB: serial: iuu_phoenix: fix iuutool author name
Posted by Thorsten Blum 2 months, 1 week ago
The original iuutool author is Juan Carlos Borrás - fix the spelling.

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
---
https://github.com/jcborras/iuutool/blob/master/AUTHORS
---
 drivers/usb/serial/iuu_phoenix.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/serial/iuu_phoenix.c b/drivers/usb/serial/iuu_phoenix.c
index 1b2418dc7a77..e9c712df755f 100644
--- a/drivers/usb/serial/iuu_phoenix.c
+++ b/drivers/usb/serial/iuu_phoenix.c
@@ -6,7 +6,7 @@
 
  * Copyright (C) 2007 Alain Degreffe (eczema@ecze.com)
  *
- * Original code taken from iuutool (Copyright (C) 2006 Juan Carlos Borrás)
+ * Original code taken from iuutool (Copyright (C) 2006 Juan Carlos Borrás)
  *
  *  And tested with help of WB Electronics
  */
Re: [PATCH] USB: serial: iuu_phoenix: fix iuutool author name
Posted by Johan Hovold 2 months, 1 week ago
On Tue, Apr 07, 2026 at 09:23:43PM +0200, Thorsten Blum wrote:
> The original iuutool author is Juan Carlos Borrás - fix the spelling.
> 
> Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
> ---
> https://github.com/jcborras/iuutool/blob/master/AUTHORS

Applied, thanks.

Johan