All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] USB: sisusbvga: series of changes char to u8
@ 2020-05-30  1:48 Changming
  2020-05-30  1:48 ` [PATCH 1/6] USB: sisusbvga: change char to u8 for sisusb_copy_memory Changming
                   ` (5 more replies)
  0 siblings, 6 replies; 19+ messages in thread
From: Changming @ 2020-05-30  1:48 UTC (permalink / raw)
  To: gregkh; +Cc: linux-usb, thomas, Changming Liu

From: Changming Liu <liu.changm@northeastern.edu>

This patch series changes all appropriate instances 
of signed char arrays or buffer to unsigned char.

For each patch, if changing one variable to u8
involves its callers/callees, then those changes
are included in that patch as well.

Arrays explicitly noted as string are not changed
for the sake of readability. 

Changming Liu (6):
   USB: sisusbvga: change char to u8 for sisusb_copy_memory
   USB: sisusbvga: change sisusb_write_mem_bulk 
   USB: sisusbvga: change sisusb->ibuf,obuf,font_backup
   USB: sisusbvga: change userbuffer for sisusb_recv_bulk_msg to u8 
   USB: sisusbvga: change sisusb_read_mem_bulk
   USB: sisusbvga: change the local char array to u8 array

 drivers/usb/misc/sisusbvga/sisusb.c      | 54 ++++++++++++------------
 drivers/usb/misc/sisusbvga/sisusb.h      |  4 +-
 drivers/usb/misc/sisusbvga/sisusb_con.c  | 10 ++---
 drivers/usb/misc/sisusbvga/sisusb_init.h |  2 +-
 4 files changed, 35 insertions(+), 35 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2020-05-31 23:29 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-30  1:48 [PATCH 0/6] USB: sisusbvga: series of changes char to u8 Changming
2020-05-30  1:48 ` [PATCH 1/6] USB: sisusbvga: change char to u8 for sisusb_copy_memory Changming
2020-05-30  1:48 ` [PATCH 2/6] USB: sisusbvga: change sisusb_write_mem_bulk Changming
2020-05-31 21:14   ` kbuild test robot
2020-05-31 21:14     ` kbuild test robot
2020-05-31 21:35   ` kbuild test robot
2020-05-31 21:35     ` kbuild test robot
2020-05-31 21:37   ` kbuild test robot
2020-05-31 21:37     ` kbuild test robot
2020-05-30  1:48 ` [PATCH 3/6] USB: sisusbvga: change sisusb->ibuf,obuf,font_backup Changming
2020-05-30  1:48 ` [PATCH 4/6] USB: sisusbvga: change userbuffer for sisusb_recv_bulk_msg to u8 Changming
2020-05-30  1:48 ` [PATCH 5/6] USB: sisusbvga: change sisusb_read_mem_bulk Changming
2020-05-31 22:26   ` kbuild test robot
2020-05-31 22:26     ` kbuild test robot
2020-05-31 22:43   ` kbuild test robot
2020-05-31 22:43     ` kbuild test robot
2020-05-31 22:47   ` kbuild test robot
2020-05-31 22:47     ` kbuild test robot
2020-05-30  1:48 ` [PATCH 6/6] USB: sisusbvga: change the local char array to u8 array Changming

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.