[PATCH v2 00/60] staging: ced1401: rename camel case function and vars

Luca Ellero luca.ellero at brickedbrain.com
Thu Jul 10 09:01:44 UTC 2014


This patchset renames all camel case and Hungarian notation
names in ced1401. It fixes as well some checkpatch warnings
and errors.
I've not modified any logic in the driver.
Please note that I've tryed to not add any checkpatch warning/error.
If some patches give warnings or errors they were present before
modification. Anyway I tryed to fix the most of them in the last 5 patches.

Changes for v2:
reworking of patches 54 to 115 which didn't apply properly onto linux-next.
First 53 patches are already applied to linux-next.
For simplification some patches are also melded together.


Luca Ellero (60):
  staging: ced1401: remove typedef for TRANSAREA
  staging: ced1401: remove typedef for DMADESC
  staging: ced1401: remove typedef DEVICE_EXTENSION
  staging: ced1401: rename members of struct circ_blk
  staging: ced1401: rename members of struct transarea
  staging: ced1401: rename members of struct dmadesc
  staging: ced1401: rename members of struct ced_data
  staging: ced1401: fix ced_writechar_callback()
  staging: ced1401: fix ced_send_chars()
  staging: ced1401: fix ced_copy_user_space()
  staging: ced1401: fix staged_callback()
  staging: ced1401: fix ced_stage_chunk()
  staging: ced1401: fix ced_read_write_mem()
  staging: ced1401: fix ced_read_char()
  staging: ced1401: fix ced_read_word()
  staging: ced1401: fix ced_read_huff()
  staging: ced1401: fix ced_read_dma_info()
  staging: ced1401: fix ced_handle_esc()
  staging: ced1401: fix ced_readchar_callback()
  staging: ced1401: fix ced_allowi()
  staging: ced1401: fix ced_ioctl()
  staging: ced1401: fix ced_disconnect()
  staging: ced1401: fix comment
  staging: ced1401: fix ced_put_chars()
  staging: ced1401: fix ced_send_string()
  staging: ced1401: fix ced_send_char()
  staging: ced1401: fix ced_get_state()
  staging: ced1401: fix ced_in_self_test()
  staging: ced1401: fix ced_is_1401()
  staging: ced1401: fix ced_quick_check()
  staging: ced1401: fix ced_get_char()
  staging: ced1401: fix ced_get_string()
  staging: ced1401: fix ced_stat_1401()
  staging: ced1401: fix ced_line_count()
  staging: ced1401: fix ced_get_out_buf_space()
  staging: ced1401: fix ced_clear_area()
  staging: ced1401: fix ced_set_area()
  staging: ced1401: fix ced_set_transfer()
  staging: ced1401: fix ced_unset_transfer()
  staging: ced1401: fix ced_set_event()
  staging: ced1401: fix ced_wait_event()
  staging: ced1401: fix ced_test_event()
  staging: ced1401: fix ced_get_transfer()
  staging: ced1401: fix ced_state_of_1401()
  staging: ced1401: fix ced_start_self_test()
  staging: ced1401: fix ced_check_self_test()
  staging: ced1401: fix ced_type_of_1401()
  staging: ced1401: fix ced_transfer_flags()
  staging: ced1401: fix ced_dbg_cmd()
  staging: ced1401: fix ced_dbg_peek/poke()
  staging: ced1401: fix ced_dbg_ramp_data/addr()
  staging: ced1401: fix ced_dbg_get_data()
  staging: ced1401: fix ced_dbg_stop_loop()
  staging: ced1401: fix ced_set_circular()
  staging: ced1401: fix ced_get_circ_block()
  staging: ced1401: fix ced_free_circ_block()
  staging: ced1401: usb1401.c fix checkpatch errors
  staging: ced1401: usb1401.h fix checkpatch errors
  staging: ced1401: ced_ioc.c fix checkpatch warnings
  staging: ced1401: usb1401.c fix checkpatch warnings

 drivers/staging/ced1401/ced_ioc.c | 1634 ++++++++++++++++++---------------
 drivers/staging/ced1401/usb1401.c | 1801 +++++++++++++++++++++----------------
 drivers/staging/ced1401/usb1401.h |  274 +++---
 3 files changed, 2033 insertions(+), 1676 deletions(-)

-- 
1.7.10.4



More information about the devel mailing list