On Thu, Mar 15, 2012 at 06:28:39PM -0400, Andrew Miller wrote: > Removed some old comments > > Signed-off-by: Andrew Miller <amiller@xxxxxxxxx> > --- > drivers/staging/rtl8187se/r8180_dm.c | 307 +++------------------------------- > 1 files changed, 21 insertions(+), 286 deletions(-) > > diff --git a/drivers/staging/rtl8187se/r8180_dm.c b/drivers/staging/rtl8187se/r8180_dm.c > index 54b676f..4d7a595 100644 > --- a/drivers/staging/rtl8187se/r8180_dm.c > +++ b/drivers/staging/rtl8187se/r8180_dm.c > @@ -1,15 +1,8 @@ > -/*#include "r8180.h" */ > #include "r8180_dm.h" > #include "r8180_hw.h" > #include "r8180_93cx6.h" > -/*{by amy 080312 */ > > -/* > - * Description: > - * Return TRUE if we shall perform High Power Mecahnism, FALSE otherwise. > - * > - *+by amy 080312 > - */ > + /* Return TRUE if we shall perform High Power Mecahnism, FALSE otherwise. */ > #define RATE_ADAPTIVE_TIMER_PERIOD 300 > > bool CheckHighPower(struct net_device *dev) I meant just remove the "*+by amy 080312" line, but I don't really mind how you redid the formatting either. Btw, the comment should probably be a line below to go with the CheckHighPower() function or people will think it belongs to the RATE_ADAPTIVE_TIMER_PERIOD macro. regards, dan carpenter
Attachment:
signature.asc
Description: Digital signature
_______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/devel