]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - mfp/fcdev.git/commit
EdmaMgr: indent tool code reformatting
authorChris Ring <cring@ti.com>
Thu, 12 Dec 2013 17:22:39 +0000 (09:22 -0800)
committerChris Ring <cring@ti.com>
Thu, 12 Dec 2013 17:27:36 +0000 (09:27 -0800)
commit2f3814bc4dee5e54f728db9479e876700ebd1d33
tree37b36d043ca415c60addbcfd185adb9e76fe7ff2
parent3a9994af72dd7bacf82fae1f5b9146a77c8842fe
EdmaMgr: indent tool code reformatting

Reformat the EdmaMgr code to closer match the FC coding standards.
There is more to come, but this commit used the gnu indent tool with
settings "as close as I could get" for FC.  Here's the cmd
used:

indent -T xdc_runtime_IHeap_Handle -T EdmaMgr_Handle -T IALG_Handle \
-T IRES_EDMA3CHAN2_Handle -T IRES_Handle -T IRES_ProtocolArgs \
-T EdmaMgr_Channel -T Int -T UInt32 -bad -br -nce -cdw -blf -i4 \
-ci8 -nut -npcs -nbbo -ncs -nbfda -nlp -npsl -sob -cp0 -brs \
--line-length80 <file-name>

The intent is that there is no functionality changed in this commit.
packages/ti/sdo/fc/edmamgr/edmamgr.c
packages/ti/sdo/fc/edmamgr/edmamgr_heap.c
packages/ti/sdo/fc/edmamgr/edmamgr_xfer.c