Pulled this from the for-later branch (since interrupt todo's have been done). Determine if we need to do them and then write stories, if we don't need them get rid of the TODOs.
kershnda@USTR-ERL-4458[]:~/kernel/master/unisys/drivers/staging/unisys$ find . -print | xargs grep -r -n TODO
./visorbus/visorchipset.c:435: PARSERSTRING_NAME, /* TODO: only PARSERSTRINGNAME is used ? /
./TODO:1:TODO:
./visorhba/visorhbamain.c:604: * TODO: Make this per vhba
./include/guestlinuxdebug.h:138:/ TODO-> Info currently doesn't show, so we set info=warning _/
./visorbus/visorchipset.c:435: PARSERSTRINGNAME, / TODO: only PARSERSTRINGNAME is used ? /
./visorbus/visorchipset.c:435: PARSERSTRINGNAME, / TODO: only PARSERSTRINGNAME is used ? /
./TODO:1:TODO:
./visorhba/visorhba_main.c:604: * TODO: Make this per vhba
./visorhba/visorhbamain.c:604: * TODO: Make this per vhba
./include/guestlinuxdebug.h:138:/ TODO-> Info currently doesn't show, so we set info=warning /
./include/guestlinuxdebug.h:138:/ TODO-> Info currently doesn't show, so we set info=warning */
kershnda@USTR-ERL-4458[]:~/kernel/master/unisys/drivers/staging/unisys$
Pulled this from the for-later branch (since interrupt todo's have been done). Determine if we need to do them and then write stories, if we don't need them get rid of the TODOs.
kershnda@USTR-ERL-4458[]:~/kernel/master/unisys/drivers/staging/unisys$ find . -print | xargs grep -r -n TODO ./visorbus/visorchipset.c:435: PARSERSTRING_NAME, /* TODO: only PARSERSTRINGNAME is used ? / ./TODO:1:TODO: ./visorhba/visorhbamain.c:604: * TODO: Make this per vhba ./include/guestlinuxdebug.h:138:/ TODO-> Info currently doesn't show, so we set info=warning _/ ./visorbus/visorchipset.c:435: PARSERSTRINGNAME, / TODO: only PARSERSTRINGNAME is used ? / ./visorbus/visorchipset.c:435: PARSERSTRINGNAME, / TODO: only PARSERSTRINGNAME is used ? / ./TODO:1:TODO: ./visorhba/visorhba_main.c:604: * TODO: Make this per vhba ./visorhba/visorhbamain.c:604: * TODO: Make this per vhba ./include/guestlinuxdebug.h:138:/ TODO-> Info currently doesn't show, so we set info=warning / ./include/guestlinuxdebug.h:138:/ TODO-> Info currently doesn't show, so we set info=warning */ kershnda@USTR-ERL-4458[]:~/kernel/master/unisys/drivers/staging/unisys$