Re: ipw2200: small cleanups
Jan Engelhardt <[email protected]>
| Newsgroups | gmane.linux.kernel,gmane.linux.drivers.ipw2100.devel |
|---|---|
| Message-ID | <[email protected]> |
> >Remove dead, commented-out code, and switch to C-style commments. Why can't we use C99 comments? We're already depending on so many GCC features that C-C99 is really nitpicky. >- //set the Stop and Abort bit >+ /* set the Stop and Abort bit */ Jan Engelhardt --