31 Jul
2007
31 Jul
'07
3:36 p.m.
Takashi Iwai wrote:
Better now. But, I found that your patch can't be applied cleanly to the latest ALSA tree. Could you regenerate it for mm tree (or perex/alsa.git mm branch)?
I'll use perex/alsa.git, since I my corporate firewall doesn't block kernel.org.
Another thing I noticed is that the comment style. /** is used for JavaDoc style comments, which are processed via kerneldoc. Normal comments should use simply /* instead.
Ok, I'll fix that. My editor has special features for handling /** comments, which is why I prefer them.