Actions
Bug #432
openError trace in LDV-online has minor problems: excessive selection and colons
Start date:
09/10/2010
Due date:
% Done:
0%
Estimated time:
Detected in build:
851c353
Platform:
Published in build:
Description
See this trace. When I select it and paste here, I get:
pch_dma/pch_dma.c: 527:16: warning: : 'struct dma_tx_state' declared inside parameter list 1 pch_dma/pch_dma.c: 527:16: warning: : its scope is only this definition or declaration, which is probably not what you want 2 pch_dma/pch_dma.c: In function 'pd_tx_status':: 3 pch_dma/pch_dma.c: 541:2: error: : implicit declaration of function 'dma_set_tx_state' 4 pch_dma/pch_dma.c: At top level:: 5 pch_dma/pch_dma.c: 641:9: warning: : 'enum dma_ctrl_cmd' declared inside parameter list 6 pch_dma/pch_dma.c: 640:71: error: : parameter 2 ('cmd') has incomplete type 7 pch_dma/pch_dma.c: 640:12: warning: : function declaration isn't a prototype 8 pch_dma/pch_dma.c: In function 'pd_device_control':: 9 pch_dma/pch_dma.c: 647:13: error: : 'DMA_TERMINATE_ALL' undeclared (first use in this function) 10 pch_dma/pch_dma.c: 647:13: note: : each undeclared identifier is reported only once for each function it appears in 11 pch_dma/pch_dma.c: In function 'pch_dma_probe':: 12 pch_dma/pch_dma.c: 888:9: error: : 'struct dma_device' has no member named 'device_tx_status' 13 pch_dma/pch_dma.c: 891:9: error: : 'struct dma_device' has no member named 'device_control' 14 make[2]: *** [/pch_dma/pch_dma.o] Error 1 15 make[1]: *** [_module_/pch_dma] Error 2 16 Compile error. 17
Line numbers are excessive, and these duplicated colons leave a strange feeling that something's missing...
Updated by Pavel Shved almost 14 years ago
- Assignee deleted (
Alexandr Strakh)
Reassigning Alexander's bugs, due to his transfer to the other project.
Updated by Evgeny Novikov over 13 years ago
Both issues are fixed. See here for example and close if so.
Updated by Pavel Shved over 13 years ago
No, excessive selection is not fixed. Try copying the text and pasting it: you will see the line numbers.
And another problem was added: these wierd "_unpacked" prefixes.
Updated by Evgeny Novikov over 13 years ago
Yes, that's right indeed... This 'hack' added by Alexander:
<span style="color: rgb(34, 34, 51); font-family: monospace; background-color: rgb(208, 208, 221); -moz-user-select: none;" unselectable="on"> 5 </span>
just prevent selecting but not coping itself. Should be implemented as a table or additional attributes should be used.
Updated by Evgeny Novikov almost 13 years ago
- Status changed from New to Open
- Assignee set to Evgeny Novikov
I'm going to do this... some day...
Actions