[PATCH 000/115] staging: ced1401: rename camel case function and vars

Luca Ellero luca.ellero at brickedbrain.com
Mon Jun 30 09:57:40 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.


Luca Ellero (115):
  staging: ced1401: rename CanAcceptIoRequests()
  staging: ced1401: rename SendChars()
  staging: ced1401: rename CopyUserSpace()
  staging: ced1401: rename StageChunk()
  staging: ced1401: rename ReadWriteMem()
  staging: ced1401: rename ReadChar()
  staging: ced1401: rename ReadWord()
  staging: ced1401: rename ReadHuff()
  staging: ced1401: rename ReadDMAInfo()
  staging: ced1401: rename Handle1401Esc()
  staging: ced1401: rename Allowi()
  staging: ced1401: rename FlushOutBuff()
  staging: ced1401: rename FlushInBuff()
  staging: ced1401: rename PutChars()
  staging: ced1401: rename SendString()
  staging: ced1401: rename SendChar()
  staging: ced1401: rename Get1401State()
  staging: ced1401: rename ReadWrite_Cancel()
  staging: ced1401: rename InSelfTest()
  staging: ced1401: rename Is1401()
  staging: ced1401: make ced_is_1401() static
  staging: ced1401: rename QuickCheck()
  staging: ced1401: rename Reset1401()
  staging: ced1401: rename GetString()
  staging: ced1401: rename Stat1401()
  staging: ced1401: rename LineCount()
  staging: ced1401: rename GetOutBufSpace()
  staging: ced1401: rename ClearArea()
  staging: ced1401: rename SetArea()
  staging: ced1401: rename SetTransfer()
  staging: ced1401: rename UnsetTransfer()
  staging: ced1401: rename SetEvent()
  staging: ced1401: rename WaitEvent()
  staging: ced1401: rename TestEvent()
  staging: ced1401: rename GetTransfer()
  staging: ced1401: rename KillIO1401()
  staging: ced1401: remove unused func BlkTransState
  staging: ced1401: rename StateOf1401()
  staging: ced1401: rename StartSelfTest()
  staging: ced1401: rename CheckSelfTest()
  staging: ced1401: rename TypeOf1401()
  staging: ced1401: rename TransferFlags()
  staging: ced1401: rename DbgCmd1401()
  staging: ced1401: rename DbgPeek()
  staging: ced1401: rename DbgPoke()
  staging: ced1401: rename DbgRampData()
  staging: ced1401: rename DbgRampAddr()
  staging: ced1401: rename DbgGetData()
  staging: ced1401: rename DbgStopLoop()
  staging: ced1401: rename SetCircular()
  staging: ced1401: rename GetCircBlock()
  staging: ced1401: rename FreeCircBlock()
  staging: ced1401: remove typedef for CIRCBLK
  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_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: ced_ioc.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 | 1731 +++++++++++++++++++----------------
 drivers/staging/ced1401/usb1401.c | 1829 +++++++++++++++++++++----------------
 drivers/staging/ced1401/usb1401.h |  286 +++---
 3 files changed, 2095 insertions(+), 1751 deletions(-)

-- 
1.7.10.4



More information about the devel mailing list