On Wed, Aug 18, 2010 at 07:57:49PM +0530, Vivek Natarajan wrote: > Signed-off-by: Vivek Natarajan <vnatarajan@xxxxxxxxxxx> > --- > drivers/net/wireless/ath/ath9k/htc_drv_gpio.c | 136 +++++++++++++++++++++++++ > +/* > + * Cancel btcoex and bt duty cycle work. > + */ > +void ath_htc_cancel_btcoex_work(struct ath9k_htc_priv *priv) > +{ > + cancel_delayed_work_sync(&priv->coex_period_work); > + cancel_delayed_work_sync(&priv->duty_cycle_work); > + > +} > + Please don't add blank lines at the ends of files... John -- John W. Linville Someday the world will need a hero, and you linville@xxxxxxxxxxxxx might be all we have. Be ready. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html