X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fnet%2Fwireless%2Fhermes.h;h=126923ffddef08dffd99864e94a797efab012ab0;hb=973b9821248435d0a15f0310bc913366a60e338b;hp=58adf40048a081f73ff2d87ddaa733546b37e4e0;hpb=86090fcac5e27b630656fe3d963a6b80e26dac44;p=linux-2.6.git diff --git a/drivers/net/wireless/hermes.h b/drivers/net/wireless/hermes.h index 58adf4004..126923ffd 100644 --- a/drivers/net/wireless/hermes.h +++ b/drivers/net/wireless/hermes.h @@ -384,7 +384,7 @@ static inline void hermes_read_words(struct hermes *hw, int off, void *buf, unsi static inline void hermes_write_words(struct hermes *hw, int off, const void *buf, unsigned count) { - off = off << hw->reg_spacing;; + off = off << hw->reg_spacing; if (hw->io_space) { outsw(hw->iobase + off, buf, count); @@ -406,7 +406,7 @@ static inline void hermes_clear_words(struct hermes *hw, int off, unsigned count { unsigned i; - off = off << hw->reg_spacing;; + off = off << hw->reg_spacing; if (hw->io_space) { for (i = 0; i < count; i++)