diff options
31 files changed, 37 insertions, 37 deletions
diff --git a/arch/arm/mach-pxa/leds-mainstone.c b/arch/arm/mach-pxa/leds-mainstone.c index bbd3f87a9fc2..c06d3d7a8dd4 100644 --- a/arch/arm/mach-pxa/leds-mainstone.c +++ b/arch/arm/mach-pxa/leds-mainstone.c | |||
| @@ -85,7 +85,7 @@ void mainstone_leds_event(led_event_t evt) | |||
| 85 | break; | 85 | break; |
| 86 | 86 | ||
| 87 | case led_green_on: | 87 | case led_green_on: |
| 88 | hw_led_state |= D21;; | 88 | hw_led_state |= D21; |
| 89 | break; | 89 | break; |
| 90 | 90 | ||
| 91 | case led_green_off: | 91 | case led_green_off: |
| @@ -93,7 +93,7 @@ void mainstone_leds_event(led_event_t evt) | |||
| 93 | break; | 93 | break; |
| 94 | 94 | ||
| 95 | case led_amber_on: | 95 | case led_amber_on: |
| 96 | hw_led_state |= D22;; | 96 | hw_led_state |= D22; |
| 97 | break; | 97 | break; |
| 98 | 98 | ||
| 99 | case led_amber_off: | 99 | case led_amber_off: |
| @@ -101,7 +101,7 @@ void mainstone_leds_event(led_event_t evt) | |||
| 101 | break; | 101 | break; |
| 102 | 102 | ||
| 103 | case led_red_on: | 103 | case led_red_on: |
| 104 | hw_led_state |= D23;; | 104 | hw_led_state |= D23; |
| 105 | break; | 105 | break; |
| 106 | 106 | ||
| 107 | case led_red_off: | 107 | case led_red_off: |
diff --git a/arch/arm/mach-s3c2410/cpu.c b/arch/arm/mach-s3c2410/cpu.c index 00a379334b60..70c34fcf7858 100644 --- a/arch/arm/mach-s3c2410/cpu.c +++ b/arch/arm/mach-s3c2410/cpu.c | |||
| @@ -146,7 +146,7 @@ void s3c24xx_set_board(struct s3c24xx_board *b) | |||
| 146 | board = b; | 146 | board = b; |
| 147 | 147 | ||
| 148 | if (b->clocks_count != 0) { | 148 | if (b->clocks_count != 0) { |
| 149 | struct clk **ptr = b->clocks;; | 149 | struct clk **ptr = b->clocks; |
| 150 | 150 | ||
| 151 | for (i = b->clocks_count; i > 0; i--, ptr++) | 151 | for (i = b->clocks_count; i > 0; i--, ptr++) |
| 152 | s3c24xx_register_clock(*ptr); | 152 | s3c24xx_register_clock(*ptr); |
diff --git a/arch/frv/kernel/gdb-stub.c b/arch/frv/kernel/gdb-stub.c index 8f860d9c4947..508601fad079 100644 --- a/arch/frv/kernel/gdb-stub.c +++ b/arch/frv/kernel/gdb-stub.c | |||
| @@ -1406,7 +1406,7 @@ void gdbstub(int sigval) | |||
| 1406 | __debug_frame->psr |= PSR_S; | 1406 | __debug_frame->psr |= PSR_S; |
| 1407 | __debug_regs->brr = (__debug_frame->tbr & TBR_TT) << 12; | 1407 | __debug_regs->brr = (__debug_frame->tbr & TBR_TT) << 12; |
| 1408 | __debug_regs->brr |= BRR_EB; | 1408 | __debug_regs->brr |= BRR_EB; |
| 1409 | sigval = SIGXCPU;; | 1409 | sigval = SIGXCPU; |
| 1410 | } | 1410 | } |
| 1411 | 1411 | ||
| 1412 | LEDS(0x5002); | 1412 | LEDS(0x5002); |
diff --git a/arch/ia64/sn/kernel/bte.c b/arch/ia64/sn/kernel/bte.c index 1f11db470d90..e952ef4f6d91 100644 --- a/arch/ia64/sn/kernel/bte.c +++ b/arch/ia64/sn/kernel/bte.c | |||
| @@ -36,7 +36,7 @@ static struct bteinfo_s *bte_if_on_node(nasid_t nasid, int interface) | |||
| 36 | nodepda_t *tmp_nodepda; | 36 | nodepda_t *tmp_nodepda; |
| 37 | 37 | ||
| 38 | if (nasid_to_cnodeid(nasid) == -1) | 38 | if (nasid_to_cnodeid(nasid) == -1) |
| 39 | return (struct bteinfo_s *)NULL;; | 39 | return (struct bteinfo_s *)NULL; |
| 40 | 40 | ||
| 41 | tmp_nodepda = NODEPDA(nasid_to_cnodeid(nasid)); | 41 | tmp_nodepda = NODEPDA(nasid_to_cnodeid(nasid)); |
| 42 | return &tmp_nodepda->bte_if[interface]; | 42 | return &tmp_nodepda->bte_if[interface]; |
diff --git a/arch/ia64/sn/pci/tioca_provider.c b/arch/ia64/sn/pci/tioca_provider.c index 7571a4025529..be0176912968 100644 --- a/arch/ia64/sn/pci/tioca_provider.c +++ b/arch/ia64/sn/pci/tioca_provider.c | |||
| @@ -377,7 +377,7 @@ tioca_dma_mapped(struct pci_dev *pdev, u64 paddr, size_t req_size) | |||
| 377 | struct tioca_dmamap *ca_dmamap; | 377 | struct tioca_dmamap *ca_dmamap; |
| 378 | void *map; | 378 | void *map; |
| 379 | unsigned long flags; | 379 | unsigned long flags; |
| 380 | struct pcidev_info *pcidev_info = SN_PCIDEV_INFO(pdev);; | 380 | struct pcidev_info *pcidev_info = SN_PCIDEV_INFO(pdev); |
| 381 | 381 | ||
| 382 | tioca_common = (struct tioca_common *)pcidev_info->pdi_pcibus_info; | 382 | tioca_common = (struct tioca_common *)pcidev_info->pdi_pcibus_info; |
| 383 | tioca_kern = (struct tioca_kernel *)tioca_common->ca_kernel_private; | 383 | tioca_kern = (struct tioca_kernel *)tioca_common->ca_kernel_private; |
diff --git a/arch/mips/mm/dma-ip32.c b/arch/mips/mm/dma-ip32.c index a7e3072ff78d..ec54ed0d26ff 100644 --- a/arch/mips/mm/dma-ip32.c +++ b/arch/mips/mm/dma-ip32.c | |||
| @@ -138,7 +138,7 @@ dma_addr_t dma_map_single(struct device *dev, void *ptr, size_t size, | |||
| 138 | BUG(); | 138 | BUG(); |
| 139 | } | 139 | } |
| 140 | 140 | ||
| 141 | addr = virt_to_phys(ptr)&RAM_OFFSET_MASK;; | 141 | addr = virt_to_phys(ptr)&RAM_OFFSET_MASK; |
| 142 | if(dev == NULL) | 142 | if(dev == NULL) |
| 143 | addr+=CRIME_HI_MEM_BASE; | 143 | addr+=CRIME_HI_MEM_BASE; |
| 144 | return (dma_addr_t)addr; | 144 | return (dma_addr_t)addr; |
| @@ -179,7 +179,7 @@ int dma_map_sg(struct device *dev, struct scatterlist *sg, int nents, | |||
| 179 | addr = (unsigned long) page_address(sg->page)+sg->offset; | 179 | addr = (unsigned long) page_address(sg->page)+sg->offset; |
| 180 | if (addr) | 180 | if (addr) |
| 181 | __dma_sync(addr, sg->length, direction); | 181 | __dma_sync(addr, sg->length, direction); |
| 182 | addr = __pa(addr)&RAM_OFFSET_MASK;; | 182 | addr = __pa(addr)&RAM_OFFSET_MASK; |
| 183 | if(dev == NULL) | 183 | if(dev == NULL) |
| 184 | addr += CRIME_HI_MEM_BASE; | 184 | addr += CRIME_HI_MEM_BASE; |
| 185 | sg->dma_address = (dma_addr_t)addr; | 185 | sg->dma_address = (dma_addr_t)addr; |
| @@ -199,7 +199,7 @@ dma_addr_t dma_map_page(struct device *dev, struct page *page, | |||
| 199 | 199 | ||
| 200 | addr = (unsigned long) page_address(page) + offset; | 200 | addr = (unsigned long) page_address(page) + offset; |
| 201 | dma_cache_wback_inv(addr, size); | 201 | dma_cache_wback_inv(addr, size); |
| 202 | addr = __pa(addr)&RAM_OFFSET_MASK;; | 202 | addr = __pa(addr)&RAM_OFFSET_MASK; |
| 203 | if(dev == NULL) | 203 | if(dev == NULL) |
| 204 | addr += CRIME_HI_MEM_BASE; | 204 | addr += CRIME_HI_MEM_BASE; |
| 205 | 205 | ||
diff --git a/arch/ppc/syslib/ppc85xx_setup.c b/arch/ppc/syslib/ppc85xx_setup.c index e70b34ee6275..79b7089d7500 100644 --- a/arch/ppc/syslib/ppc85xx_setup.c +++ b/arch/ppc/syslib/ppc85xx_setup.c | |||
| @@ -235,7 +235,7 @@ mpc85xx_setup_pci2(struct pci_controller *hose) | |||
| 235 | (__ilog2(MPC85XX_PCI2_UPPER_MEM - MPC85XX_PCI2_LOWER_MEM + 1) - 1); | 235 | (__ilog2(MPC85XX_PCI2_UPPER_MEM - MPC85XX_PCI2_LOWER_MEM + 1) - 1); |
| 236 | 236 | ||
| 237 | /* Setup outbound IO windows @ MPC85XX_PCI2_IO_BASE */ | 237 | /* Setup outbound IO windows @ MPC85XX_PCI2_IO_BASE */ |
| 238 | pci->potar2 = (MPC85XX_PCI2_LOWER_IO >> 12) & 0x000fffff;; | 238 | pci->potar2 = (MPC85XX_PCI2_LOWER_IO >> 12) & 0x000fffff; |
| 239 | pci->potear2 = 0x00000000; | 239 | pci->potear2 = 0x00000000; |
| 240 | pci->powbar2 = (MPC85XX_PCI2_IO_BASE >> 12) & 0x000fffff; | 240 | pci->powbar2 = (MPC85XX_PCI2_IO_BASE >> 12) & 0x000fffff; |
| 241 | /* Enable, IO R/W */ | 241 | /* Enable, IO R/W */ |
diff --git a/arch/sparc64/kernel/irq.c b/arch/sparc64/kernel/irq.c index e505a4125e35..11e645c9ec50 100644 --- a/arch/sparc64/kernel/irq.c +++ b/arch/sparc64/kernel/irq.c | |||
| @@ -727,7 +727,7 @@ void handler_irq(int irq, struct pt_regs *regs) | |||
| 727 | } | 727 | } |
| 728 | 728 | ||
| 729 | #ifdef CONFIG_BLK_DEV_FD | 729 | #ifdef CONFIG_BLK_DEV_FD |
| 730 | extern irqreturn_t floppy_interrupt(int, void *, struct pt_regs *);; | 730 | extern irqreturn_t floppy_interrupt(int, void *, struct pt_regs *); |
| 731 | 731 | ||
| 732 | /* XXX No easy way to include asm/floppy.h XXX */ | 732 | /* XXX No easy way to include asm/floppy.h XXX */ |
| 733 | extern unsigned char *pdma_vaddr; | 733 | extern unsigned char *pdma_vaddr; |
diff --git a/drivers/char/pcmcia/synclink_cs.c b/drivers/char/pcmcia/synclink_cs.c index 8a8ca32822ba..e6b714b6390d 100644 --- a/drivers/char/pcmcia/synclink_cs.c +++ b/drivers/char/pcmcia/synclink_cs.c | |||
| @@ -4181,7 +4181,7 @@ static int hdlcdev_attach(struct net_device *dev, unsigned short encoding, | |||
| 4181 | } | 4181 | } |
| 4182 | 4182 | ||
| 4183 | info->params.encoding = new_encoding; | 4183 | info->params.encoding = new_encoding; |
| 4184 | info->params.crc_type = new_crctype;; | 4184 | info->params.crc_type = new_crctype; |
| 4185 | 4185 | ||
| 4186 | /* if network interface up, reprogram hardware */ | 4186 | /* if network interface up, reprogram hardware */ |
| 4187 | if (info->netcount) | 4187 | if (info->netcount) |
diff --git a/drivers/char/synclink.c b/drivers/char/synclink.c index ede688a4e141..d68be61f0a49 100644 --- a/drivers/char/synclink.c +++ b/drivers/char/synclink.c | |||
| @@ -7770,7 +7770,7 @@ static int hdlcdev_attach(struct net_device *dev, unsigned short encoding, | |||
| 7770 | } | 7770 | } |
| 7771 | 7771 | ||
| 7772 | info->params.encoding = new_encoding; | 7772 | info->params.encoding = new_encoding; |
| 7773 | info->params.crc_type = new_crctype;; | 7773 | info->params.crc_type = new_crctype; |
| 7774 | 7774 | ||
| 7775 | /* if network interface up, reprogram hardware */ | 7775 | /* if network interface up, reprogram hardware */ |
| 7776 | if (info->netcount) | 7776 | if (info->netcount) |
diff --git a/drivers/char/synclink_gt.c b/drivers/char/synclink_gt.c index b046390cd256..738ec2f4e563 100644 --- a/drivers/char/synclink_gt.c +++ b/drivers/char/synclink_gt.c | |||
| @@ -1365,7 +1365,7 @@ static int hdlcdev_attach(struct net_device *dev, unsigned short encoding, | |||
| 1365 | } | 1365 | } |
| 1366 | 1366 | ||
| 1367 | info->params.encoding = new_encoding; | 1367 | info->params.encoding = new_encoding; |
| 1368 | info->params.crc_type = new_crctype;; | 1368 | info->params.crc_type = new_crctype; |
| 1369 | 1369 | ||
| 1370 | /* if network interface up, reprogram hardware */ | 1370 | /* if network interface up, reprogram hardware */ |
| 1371 | if (info->netcount) | 1371 | if (info->netcount) |
diff --git a/drivers/char/synclinkmp.c b/drivers/char/synclinkmp.c index 960adb256fbb..858740131115 100644 --- a/drivers/char/synclinkmp.c +++ b/drivers/char/synclinkmp.c | |||
| @@ -1650,7 +1650,7 @@ static int hdlcdev_attach(struct net_device *dev, unsigned short encoding, | |||
| 1650 | } | 1650 | } |
| 1651 | 1651 | ||
| 1652 | info->params.encoding = new_encoding; | 1652 | info->params.encoding = new_encoding; |
| 1653 | info->params.crc_type = new_crctype;; | 1653 | info->params.crc_type = new_crctype; |
| 1654 | 1654 | ||
| 1655 | /* if network interface up, reprogram hardware */ | 1655 | /* if network interface up, reprogram hardware */ |
| 1656 | if (info->netcount) | 1656 | if (info->netcount) |
diff --git a/drivers/hwmon/gl520sm.c b/drivers/hwmon/gl520sm.c index 47b4d49f75c6..14e810f3c2c0 100644 --- a/drivers/hwmon/gl520sm.c +++ b/drivers/hwmon/gl520sm.c | |||
| @@ -456,7 +456,7 @@ static ssize_t set_temp_max(struct i2c_client *client, struct gl520_data *data, | |||
| 456 | long v = simple_strtol(buf, NULL, 10); | 456 | long v = simple_strtol(buf, NULL, 10); |
| 457 | 457 | ||
| 458 | mutex_lock(&data->update_lock); | 458 | mutex_lock(&data->update_lock); |
| 459 | data->temp_max[n - 1] = TEMP_TO_REG(v);; | 459 | data->temp_max[n - 1] = TEMP_TO_REG(v); |
| 460 | gl520_write_value(client, reg, data->temp_max[n - 1]); | 460 | gl520_write_value(client, reg, data->temp_max[n - 1]); |
| 461 | mutex_unlock(&data->update_lock); | 461 | mutex_unlock(&data->update_lock); |
| 462 | return count; | 462 | return count; |
diff --git a/drivers/i2c/chips/rtc8564.c b/drivers/i2c/chips/rtc8564.c index ceaa6b0bdfd6..0d8699b3f488 100644 --- a/drivers/i2c/chips/rtc8564.c +++ b/drivers/i2c/chips/rtc8564.c | |||
| @@ -53,7 +53,7 @@ static inline u8 _rtc8564_ctrl2(struct i2c_client *client) | |||
| 53 | #define CTRL1(c) _rtc8564_ctrl1(c) | 53 | #define CTRL1(c) _rtc8564_ctrl1(c) |
| 54 | #define CTRL2(c) _rtc8564_ctrl2(c) | 54 | #define CTRL2(c) _rtc8564_ctrl2(c) |
| 55 | 55 | ||
| 56 | static int debug;; | 56 | static int debug; |
| 57 | module_param(debug, int, S_IRUGO | S_IWUSR); | 57 | module_param(debug, int, S_IRUGO | S_IWUSR); |
| 58 | 58 | ||
| 59 | static struct i2c_driver rtc8564_driver; | 59 | static struct i2c_driver rtc8564_driver; |
diff --git a/drivers/ide/ide-dma.c b/drivers/ide/ide-dma.c index 0523da77425a..c481be8b807f 100644 --- a/drivers/ide/ide-dma.c +++ b/drivers/ide/ide-dma.c | |||
| @@ -175,7 +175,7 @@ ide_startstop_t ide_dma_intr (ide_drive_t *drive) | |||
| 175 | if (rq->rq_disk) { | 175 | if (rq->rq_disk) { |
| 176 | ide_driver_t *drv; | 176 | ide_driver_t *drv; |
| 177 | 177 | ||
| 178 | drv = *(ide_driver_t **)rq->rq_disk->private_data;; | 178 | drv = *(ide_driver_t **)rq->rq_disk->private_data; |
| 179 | drv->end_request(drive, 1, rq->nr_sectors); | 179 | drv->end_request(drive, 1, rq->nr_sectors); |
| 180 | } else | 180 | } else |
| 181 | ide_end_request(drive, 1, rq->nr_sectors); | 181 | ide_end_request(drive, 1, rq->nr_sectors); |
diff --git a/drivers/net/sk98lin/skge.c b/drivers/net/sk98lin/skge.c index a5f2b1ee0752..38a26df4095f 100644 --- a/drivers/net/sk98lin/skge.c +++ b/drivers/net/sk98lin/skge.c | |||
| @@ -1727,7 +1727,7 @@ struct sk_buff *pMessage) /* pointer to send-message */ | |||
| 1727 | pTxd->VDataHigh = (SK_U32) (PhysAddr >> 32); | 1727 | pTxd->VDataHigh = (SK_U32) (PhysAddr >> 32); |
| 1728 | pTxd->pMBuf = pMessage; | 1728 | pTxd->pMBuf = pMessage; |
| 1729 | 1729 | ||
| 1730 | pTxd->TBControl = Control | BMU_OWN | sk_frag->size;; | 1730 | pTxd->TBControl = Control | BMU_OWN | sk_frag->size; |
| 1731 | 1731 | ||
| 1732 | /* | 1732 | /* |
| 1733 | ** Do we have the last fragment? | 1733 | ** Do we have the last fragment? |
diff --git a/drivers/net/sky2.h b/drivers/net/sky2.h index 2838f661b393..62532b4e45c5 100644 --- a/drivers/net/sky2.h +++ b/drivers/net/sky2.h | |||
| @@ -1804,7 +1804,7 @@ struct sky2_rx_le { | |||
| 1804 | __le16 length; | 1804 | __le16 length; |
| 1805 | u8 ctrl; | 1805 | u8 ctrl; |
| 1806 | u8 opcode; | 1806 | u8 opcode; |
| 1807 | } __attribute((packed));; | 1807 | } __attribute((packed)); |
| 1808 | 1808 | ||
| 1809 | struct sky2_status_le { | 1809 | struct sky2_status_le { |
| 1810 | __le32 status; /* also checksum */ | 1810 | __le32 status; /* also checksum */ |
diff --git a/drivers/net/wireless/prism54/oid_mgt.c b/drivers/net/wireless/prism54/oid_mgt.c index eea2f04c8c6d..ebb238785839 100644 --- a/drivers/net/wireless/prism54/oid_mgt.c +++ b/drivers/net/wireless/prism54/oid_mgt.c | |||
| @@ -332,7 +332,7 @@ mgt_le_to_cpu(int type, void *data) | |||
| 332 | case OID_TYPE_ATTACH:{ | 332 | case OID_TYPE_ATTACH:{ |
| 333 | struct obj_attachment *attach = data; | 333 | struct obj_attachment *attach = data; |
| 334 | attach->id = le16_to_cpu(attach->id); | 334 | attach->id = le16_to_cpu(attach->id); |
| 335 | attach->size = le16_to_cpu(attach->size);; | 335 | attach->size = le16_to_cpu(attach->size); |
| 336 | break; | 336 | break; |
| 337 | } | 337 | } |
| 338 | case OID_TYPE_SSID: | 338 | case OID_TYPE_SSID: |
| @@ -401,7 +401,7 @@ mgt_cpu_to_le(int type, void *data) | |||
| 401 | case OID_TYPE_ATTACH:{ | 401 | case OID_TYPE_ATTACH:{ |
| 402 | struct obj_attachment *attach = data; | 402 | struct obj_attachment *attach = data; |
| 403 | attach->id = cpu_to_le16(attach->id); | 403 | attach->id = cpu_to_le16(attach->id); |
| 404 | attach->size = cpu_to_le16(attach->size);; | 404 | attach->size = cpu_to_le16(attach->size); |
| 405 | break; | 405 | break; |
| 406 | } | 406 | } |
| 407 | case OID_TYPE_SSID: | 407 | case OID_TYPE_SSID: |
diff --git a/drivers/net/wireless/spectrum_cs.c b/drivers/net/wireless/spectrum_cs.c index fee4be1ce810..5fa6fbe35bb9 100644 --- a/drivers/net/wireless/spectrum_cs.c +++ b/drivers/net/wireless/spectrum_cs.c | |||
| @@ -147,7 +147,7 @@ struct pdi { | |||
| 147 | __le16 _len; /* length of ID and data, in words */ | 147 | __le16 _len; /* length of ID and data, in words */ |
| 148 | __le16 _id; /* record ID */ | 148 | __le16 _id; /* record ID */ |
| 149 | char data[0]; /* plug data */ | 149 | char data[0]; /* plug data */ |
| 150 | } __attribute__ ((packed));; | 150 | } __attribute__ ((packed)); |
| 151 | 151 | ||
| 152 | 152 | ||
| 153 | /* Functions for access to little-endian data */ | 153 | /* Functions for access to little-endian data */ |
diff --git a/drivers/scsi/megaraid/megaraid_mbox.c b/drivers/scsi/megaraid/megaraid_mbox.c index bf9f7f7ba354..c11e5ce6865e 100644 --- a/drivers/scsi/megaraid/megaraid_mbox.c +++ b/drivers/scsi/megaraid/megaraid_mbox.c | |||
| @@ -2797,7 +2797,7 @@ mbox_post_sync_cmd(adapter_t *adapter, uint8_t raw_mbox[]) | |||
| 2797 | // available within 1 second, assume FW is initializing and wait | 2797 | // available within 1 second, assume FW is initializing and wait |
| 2798 | // for an extended amount of time | 2798 | // for an extended amount of time |
| 2799 | if (mbox->numstatus == 0xFF) { // status not yet available | 2799 | if (mbox->numstatus == 0xFF) { // status not yet available |
| 2800 | udelay(25);; | 2800 | udelay(25); |
| 2801 | 2801 | ||
| 2802 | for (i = 0; mbox->numstatus == 0xFF && i < 1000; i++) { | 2802 | for (i = 0; mbox->numstatus == 0xFF && i < 1000; i++) { |
| 2803 | rmb(); | 2803 | rmb(); |
diff --git a/drivers/usb/image/microtek.c b/drivers/usb/image/microtek.c index 28538db9eaf3..2a0e18a48748 100644 --- a/drivers/usb/image/microtek.c +++ b/drivers/usb/image/microtek.c | |||
| @@ -360,7 +360,7 @@ static int mts_scsi_host_reset (Scsi_Cmnd *srb) | |||
| 360 | rc = usb_lock_device_for_reset(desc->usb_dev, desc->usb_intf); | 360 | rc = usb_lock_device_for_reset(desc->usb_dev, desc->usb_intf); |
| 361 | if (rc < 0) | 361 | if (rc < 0) |
| 362 | return FAILED; | 362 | return FAILED; |
| 363 | result = usb_reset_device(desc->usb_dev);; | 363 | result = usb_reset_device(desc->usb_dev); |
| 364 | if (rc) | 364 | if (rc) |
| 365 | usb_unlock_device(desc->usb_dev); | 365 | usb_unlock_device(desc->usb_dev); |
| 366 | return result ? FAILED : SUCCESS; | 366 | return result ? FAILED : SUCCESS; |
diff --git a/drivers/usb/input/hid-core.c b/drivers/usb/input/hid-core.c index 58b59f6e9881..d4bf1701046b 100644 --- a/drivers/usb/input/hid-core.c +++ b/drivers/usb/input/hid-core.c | |||
| @@ -1215,7 +1215,7 @@ static void hid_irq_out(struct urb *urb, struct pt_regs *regs) | |||
| 1215 | 1215 | ||
| 1216 | if (hid->outhead != hid->outtail) { | 1216 | if (hid->outhead != hid->outtail) { |
| 1217 | if (hid_submit_out(hid)) { | 1217 | if (hid_submit_out(hid)) { |
| 1218 | clear_bit(HID_OUT_RUNNING, &hid->iofl);; | 1218 | clear_bit(HID_OUT_RUNNING, &hid->iofl); |
| 1219 | wake_up(&hid->wait); | 1219 | wake_up(&hid->wait); |
| 1220 | } | 1220 | } |
| 1221 | spin_unlock_irqrestore(&hid->outlock, flags); | 1221 | spin_unlock_irqrestore(&hid->outlock, flags); |
diff --git a/drivers/video/aty/radeon_pm.c b/drivers/video/aty/radeon_pm.c index 1f8d805c61e5..5886a2f1323e 100644 --- a/drivers/video/aty/radeon_pm.c +++ b/drivers/video/aty/radeon_pm.c | |||
| @@ -2080,7 +2080,7 @@ static void radeon_reinitialize_M9P(struct radeonfb_info *rinfo) | |||
| 2080 | OUTREG(0x2ec, 0x6332a3f0); | 2080 | OUTREG(0x2ec, 0x6332a3f0); |
| 2081 | mdelay(17); | 2081 | mdelay(17); |
| 2082 | 2082 | ||
| 2083 | OUTPLL(pllPPLL_REF_DIV, rinfo->pll.ref_div);; | 2083 | OUTPLL(pllPPLL_REF_DIV, rinfo->pll.ref_div); |
| 2084 | OUTPLL(pllPPLL_DIV_0, rinfo->save_regs[92]); | 2084 | OUTPLL(pllPPLL_DIV_0, rinfo->save_regs[92]); |
| 2085 | 2085 | ||
| 2086 | mdelay(40); | 2086 | mdelay(40); |
diff --git a/fs/cifs/cifssmb.c b/fs/cifs/cifssmb.c index b41e8b379652..a243fe2792d5 100644 --- a/fs/cifs/cifssmb.c +++ b/fs/cifs/cifssmb.c | |||
| @@ -4908,7 +4908,7 @@ SetEARetry: | |||
| 4908 | parm_data->list_len = cpu_to_le32(count); | 4908 | parm_data->list_len = cpu_to_le32(count); |
| 4909 | parm_data->list[0].EA_flags = 0; | 4909 | parm_data->list[0].EA_flags = 0; |
| 4910 | /* we checked above that name len is less than 255 */ | 4910 | /* we checked above that name len is less than 255 */ |
| 4911 | parm_data->list[0].name_len = (__u8)name_len;; | 4911 | parm_data->list[0].name_len = (__u8)name_len; |
| 4912 | /* EA names are always ASCII */ | 4912 | /* EA names are always ASCII */ |
| 4913 | if(ea_name) | 4913 | if(ea_name) |
| 4914 | strncpy(parm_data->list[0].name,ea_name,name_len); | 4914 | strncpy(parm_data->list[0].name,ea_name,name_len); |
diff --git a/fs/pnode.c b/fs/pnode.c index f1871f773f64..37b568ed0e05 100644 --- a/fs/pnode.c +++ b/fs/pnode.c | |||
| @@ -130,7 +130,7 @@ static struct vfsmount *get_source(struct vfsmount *dest, | |||
| 130 | { | 130 | { |
| 131 | struct vfsmount *p_last_src = NULL; | 131 | struct vfsmount *p_last_src = NULL; |
| 132 | struct vfsmount *p_last_dest = NULL; | 132 | struct vfsmount *p_last_dest = NULL; |
| 133 | *type = CL_PROPAGATION;; | 133 | *type = CL_PROPAGATION; |
| 134 | 134 | ||
| 135 | if (IS_MNT_SHARED(dest)) | 135 | if (IS_MNT_SHARED(dest)) |
| 136 | *type |= CL_MAKE_SHARED; | 136 | *type |= CL_MAKE_SHARED; |
diff --git a/include/acpi/acpi_bus.h b/include/acpi/acpi_bus.h index e496fac860ac..6dca3d542080 100644 --- a/include/acpi/acpi_bus.h +++ b/include/acpi/acpi_bus.h | |||
| @@ -269,7 +269,7 @@ struct acpi_device_wakeup_state { | |||
| 269 | 269 | ||
| 270 | struct acpi_device_wakeup { | 270 | struct acpi_device_wakeup { |
| 271 | acpi_handle gpe_device; | 271 | acpi_handle gpe_device; |
| 272 | acpi_integer gpe_number;; | 272 | acpi_integer gpe_number; |
| 273 | acpi_integer sleep_state; | 273 | acpi_integer sleep_state; |
| 274 | struct acpi_handle_list resources; | 274 | struct acpi_handle_list resources; |
| 275 | struct acpi_device_wakeup_state state; | 275 | struct acpi_device_wakeup_state state; |
diff --git a/include/asm-ia64/sn/sn_sal.h b/include/asm-ia64/sn/sn_sal.h index e77f0c9b7d3d..b546de2fdce5 100644 --- a/include/asm-ia64/sn/sn_sal.h +++ b/include/asm-ia64/sn/sn_sal.h | |||
| @@ -1037,7 +1037,7 @@ ia64_sn_get_sn_info(int fc, u8 *shubtype, u16 *nasid_bitmask, u8 *nasid_shift, | |||
| 1037 | 1037 | ||
| 1038 | /***** BEGIN HACK - temp til old proms no longer supported ********/ | 1038 | /***** BEGIN HACK - temp til old proms no longer supported ********/ |
| 1039 | if (ret_stuff.status == SALRET_NOT_IMPLEMENTED) { | 1039 | if (ret_stuff.status == SALRET_NOT_IMPLEMENTED) { |
| 1040 | int nasid = get_sapicid() & 0xfff;; | 1040 | int nasid = get_sapicid() & 0xfff; |
| 1041 | #define SH_SHUB_ID_NODES_PER_BIT_MASK 0x001f000000000000UL | 1041 | #define SH_SHUB_ID_NODES_PER_BIT_MASK 0x001f000000000000UL |
| 1042 | #define SH_SHUB_ID_NODES_PER_BIT_SHFT 48 | 1042 | #define SH_SHUB_ID_NODES_PER_BIT_SHFT 48 |
| 1043 | if (shubtype) *shubtype = 0; | 1043 | if (shubtype) *shubtype = 0; |
diff --git a/net/ipv4/inet_hashtables.c b/net/ipv4/inet_hashtables.c index 33228115cda4..ef7366fc132f 100644 --- a/net/ipv4/inet_hashtables.c +++ b/net/ipv4/inet_hashtables.c | |||
| @@ -315,7 +315,7 @@ ok: | |||
| 315 | spin_unlock(&head->lock); | 315 | spin_unlock(&head->lock); |
| 316 | 316 | ||
| 317 | if (tw) { | 317 | if (tw) { |
| 318 | inet_twsk_deschedule(tw, death_row);; | 318 | inet_twsk_deschedule(tw, death_row); |
| 319 | inet_twsk_put(tw); | 319 | inet_twsk_put(tw); |
| 320 | } | 320 | } |
| 321 | 321 | ||
diff --git a/net/ipv4/netfilter/ip_nat_standalone.c b/net/ipv4/netfilter/ip_nat_standalone.c index ab1f88fa21ec..380aef3d7865 100644 --- a/net/ipv4/netfilter/ip_nat_standalone.c +++ b/net/ipv4/netfilter/ip_nat_standalone.c | |||
| @@ -394,7 +394,7 @@ static int init_or_cleanup(int init) | |||
| 394 | ret = nf_register_hook(&ip_nat_local_out_ops); | 394 | ret = nf_register_hook(&ip_nat_local_out_ops); |
| 395 | if (ret < 0) { | 395 | if (ret < 0) { |
| 396 | printk("ip_nat_init: can't register local out hook.\n"); | 396 | printk("ip_nat_init: can't register local out hook.\n"); |
| 397 | goto cleanup_adjustout_ops;; | 397 | goto cleanup_adjustout_ops; |
| 398 | } | 398 | } |
| 399 | ret = nf_register_hook(&ip_nat_local_in_ops); | 399 | ret = nf_register_hook(&ip_nat_local_in_ops); |
| 400 | if (ret < 0) { | 400 | if (ret < 0) { |
diff --git a/net/tipc/link.c b/net/tipc/link.c index 910b37e5083d..784b24b6d102 100644 --- a/net/tipc/link.c +++ b/net/tipc/link.c | |||
| @@ -1629,7 +1629,7 @@ void tipc_link_retransmit(struct link *l_ptr, struct sk_buff *buf, | |||
| 1629 | tipc_msg_print(TIPC_CONS, buf_msg(buf), ">RETR>"); | 1629 | tipc_msg_print(TIPC_CONS, buf_msg(buf), ">RETR>"); |
| 1630 | info("...Retransmitted %u times\n", | 1630 | info("...Retransmitted %u times\n", |
| 1631 | l_ptr->stale_count); | 1631 | l_ptr->stale_count); |
| 1632 | link_print(l_ptr, TIPC_CONS, "Resetting Link\n");; | 1632 | link_print(l_ptr, TIPC_CONS, "Resetting Link\n"); |
| 1633 | tipc_link_reset(l_ptr); | 1633 | tipc_link_reset(l_ptr); |
| 1634 | break; | 1634 | break; |
| 1635 | } | 1635 | } |
diff --git a/sound/ppc/toonie.c b/sound/ppc/toonie.c index 210be20dc27e..4e595172e423 100644 --- a/sound/ppc/toonie.c +++ b/sound/ppc/toonie.c | |||
| @@ -117,7 +117,7 @@ static int toonie_get_mute_switch(struct snd_kcontrol *kcontrol, | |||
| 117 | gp = &mix->amp_mute_gpio; | 117 | gp = &mix->amp_mute_gpio; |
| 118 | break; | 118 | break; |
| 119 | default: | 119 | default: |
| 120 | return -EINVAL;; | 120 | return -EINVAL; |
| 121 | } | 121 | } |
| 122 | ucontrol->value.integer.value[0] = !check_audio_gpio(gp); | 122 | ucontrol->value.integer.value[0] = !check_audio_gpio(gp); |
| 123 | return 0; | 123 | return 0; |
| @@ -145,7 +145,7 @@ static int toonie_put_mute_switch(struct snd_kcontrol *kcontrol, | |||
| 145 | gp = &mix->amp_mute_gpio; | 145 | gp = &mix->amp_mute_gpio; |
| 146 | break; | 146 | break; |
| 147 | default: | 147 | default: |
| 148 | return -EINVAL;; | 148 | return -EINVAL; |
| 149 | } | 149 | } |
| 150 | val = ! check_audio_gpio(gp); | 150 | val = ! check_audio_gpio(gp); |
| 151 | if (val != ucontrol->value.integer.value[0]) { | 151 | if (val != ucontrol->value.integer.value[0]) { |
