>What Julia is trying to say, is you are supposed to remove the whole definition,
>not just a single line. Which means that you need to remove these 2 lines
>[which is the Macro definition] :

>#define bbvclearfoe(dwIoBase) \
>BBbWriteEmbedded(dwIoBase, 0xB1, 0)


I understood her point.


>This can be easily seen by git grep. But Git grep shows just the first
>line of the
>definition.


>If this is the 2nd time you are sending a patch for the same issue
>then the patch should come out as a v2.


No, it is not second time but I just posted the same patch.

>Also, I think there are some other macro(s) in the same file which are not used.
>They should go away as well.


I will remove them.


>On a side note, you are supposed to send the replies of mails in a
>plain text as well.