[PATCH] s/;;/;/g

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Alexey Dobriyan 2006-03-24 03:16:13 -08:00 committed by Linus Torvalds
parent 29afd49b72
commit 53b3531bbb
31 changed files with 37 additions and 37 deletions

View file

@ -85,7 +85,7 @@ void mainstone_leds_event(led_event_t evt)
break; break;
case led_green_on: case led_green_on:
hw_led_state |= D21;; hw_led_state |= D21;
break; break;
case led_green_off: case led_green_off:
@ -93,7 +93,7 @@ void mainstone_leds_event(led_event_t evt)
break; break;
case led_amber_on: case led_amber_on:
hw_led_state |= D22;; hw_led_state |= D22;
break; break;
case led_amber_off: case led_amber_off:
@ -101,7 +101,7 @@ void mainstone_leds_event(led_event_t evt)
break; break;
case led_red_on: case led_red_on:
hw_led_state |= D23;; hw_led_state |= D23;
break; break;
case led_red_off: case led_red_off:

View file

@ -146,7 +146,7 @@ void s3c24xx_set_board(struct s3c24xx_board *b)
board = b; board = b;
if (b->clocks_count != 0) { if (b->clocks_count != 0) {
struct clk **ptr = b->clocks;; struct clk **ptr = b->clocks;
for (i = b->clocks_count; i > 0; i--, ptr++) for (i = b->clocks_count; i > 0; i--, ptr++)
s3c24xx_register_clock(*ptr); s3c24xx_register_clock(*ptr);

View file

@ -1406,7 +1406,7 @@ void gdbstub(int sigval)
__debug_frame->psr |= PSR_S; __debug_frame->psr |= PSR_S;
__debug_regs->brr = (__debug_frame->tbr & TBR_TT) << 12; __debug_regs->brr = (__debug_frame->tbr & TBR_TT) << 12;
__debug_regs->brr |= BRR_EB; __debug_regs->brr |= BRR_EB;
sigval = SIGXCPU;; sigval = SIGXCPU;
} }
LEDS(0x5002); LEDS(0x5002);

View file

@ -36,7 +36,7 @@ static struct bteinfo_s *bte_if_on_node(nasid_t nasid, int interface)
nodepda_t *tmp_nodepda; nodepda_t *tmp_nodepda;
if (nasid_to_cnodeid(nasid) == -1) if (nasid_to_cnodeid(nasid) == -1)
return (struct bteinfo_s *)NULL;; return (struct bteinfo_s *)NULL;
tmp_nodepda = NODEPDA(nasid_to_cnodeid(nasid)); tmp_nodepda = NODEPDA(nasid_to_cnodeid(nasid));
return &tmp_nodepda->bte_if[interface]; return &tmp_nodepda->bte_if[interface];

View file

@ -377,7 +377,7 @@ tioca_dma_mapped(struct pci_dev *pdev, u64 paddr, size_t req_size)
struct tioca_dmamap *ca_dmamap; struct tioca_dmamap *ca_dmamap;
void *map; void *map;
unsigned long flags; unsigned long flags;
struct pcidev_info *pcidev_info = SN_PCIDEV_INFO(pdev);; struct pcidev_info *pcidev_info = SN_PCIDEV_INFO(pdev);
tioca_common = (struct tioca_common *)pcidev_info->pdi_pcibus_info; tioca_common = (struct tioca_common *)pcidev_info->pdi_pcibus_info;
tioca_kern = (struct tioca_kernel *)tioca_common->ca_kernel_private; tioca_kern = (struct tioca_kernel *)tioca_common->ca_kernel_private;

View file

@ -138,7 +138,7 @@ dma_addr_t dma_map_single(struct device *dev, void *ptr, size_t size,
BUG(); BUG();
} }
addr = virt_to_phys(ptr)&RAM_OFFSET_MASK;; addr = virt_to_phys(ptr)&RAM_OFFSET_MASK;
if(dev == NULL) if(dev == NULL)
addr+=CRIME_HI_MEM_BASE; addr+=CRIME_HI_MEM_BASE;
return (dma_addr_t)addr; return (dma_addr_t)addr;
@ -179,7 +179,7 @@ int dma_map_sg(struct device *dev, struct scatterlist *sg, int nents,
addr = (unsigned long) page_address(sg->page)+sg->offset; addr = (unsigned long) page_address(sg->page)+sg->offset;
if (addr) if (addr)
__dma_sync(addr, sg->length, direction); __dma_sync(addr, sg->length, direction);
addr = __pa(addr)&RAM_OFFSET_MASK;; addr = __pa(addr)&RAM_OFFSET_MASK;
if(dev == NULL) if(dev == NULL)
addr += CRIME_HI_MEM_BASE; addr += CRIME_HI_MEM_BASE;
sg->dma_address = (dma_addr_t)addr; sg->dma_address = (dma_addr_t)addr;
@ -199,7 +199,7 @@ dma_addr_t dma_map_page(struct device *dev, struct page *page,
addr = (unsigned long) page_address(page) + offset; addr = (unsigned long) page_address(page) + offset;
dma_cache_wback_inv(addr, size); dma_cache_wback_inv(addr, size);
addr = __pa(addr)&RAM_OFFSET_MASK;; addr = __pa(addr)&RAM_OFFSET_MASK;
if(dev == NULL) if(dev == NULL)
addr += CRIME_HI_MEM_BASE; addr += CRIME_HI_MEM_BASE;

View file

@ -235,7 +235,7 @@ mpc85xx_setup_pci2(struct pci_controller *hose)
(__ilog2(MPC85XX_PCI2_UPPER_MEM - MPC85XX_PCI2_LOWER_MEM + 1) - 1); (__ilog2(MPC85XX_PCI2_UPPER_MEM - MPC85XX_PCI2_LOWER_MEM + 1) - 1);
/* Setup outbound IO windows @ MPC85XX_PCI2_IO_BASE */ /* Setup outbound IO windows @ MPC85XX_PCI2_IO_BASE */
pci->potar2 = (MPC85XX_PCI2_LOWER_IO >> 12) & 0x000fffff;; pci->potar2 = (MPC85XX_PCI2_LOWER_IO >> 12) & 0x000fffff;
pci->potear2 = 0x00000000; pci->potear2 = 0x00000000;
pci->powbar2 = (MPC85XX_PCI2_IO_BASE >> 12) & 0x000fffff; pci->powbar2 = (MPC85XX_PCI2_IO_BASE >> 12) & 0x000fffff;
/* Enable, IO R/W */ /* Enable, IO R/W */

View file

@ -727,7 +727,7 @@ void handler_irq(int irq, struct pt_regs *regs)
} }
#ifdef CONFIG_BLK_DEV_FD #ifdef CONFIG_BLK_DEV_FD
extern irqreturn_t floppy_interrupt(int, void *, struct pt_regs *);; extern irqreturn_t floppy_interrupt(int, void *, struct pt_regs *);
/* XXX No easy way to include asm/floppy.h XXX */ /* XXX No easy way to include asm/floppy.h XXX */
extern unsigned char *pdma_vaddr; extern unsigned char *pdma_vaddr;

View file

@ -4181,7 +4181,7 @@ static int hdlcdev_attach(struct net_device *dev, unsigned short encoding,
} }
info->params.encoding = new_encoding; info->params.encoding = new_encoding;
info->params.crc_type = new_crctype;; info->params.crc_type = new_crctype;
/* if network interface up, reprogram hardware */ /* if network interface up, reprogram hardware */
if (info->netcount) if (info->netcount)

View file

@ -7770,7 +7770,7 @@ static int hdlcdev_attach(struct net_device *dev, unsigned short encoding,
} }
info->params.encoding = new_encoding; info->params.encoding = new_encoding;
info->params.crc_type = new_crctype;; info->params.crc_type = new_crctype;
/* if network interface up, reprogram hardware */ /* if network interface up, reprogram hardware */
if (info->netcount) if (info->netcount)

View file

@ -1365,7 +1365,7 @@ static int hdlcdev_attach(struct net_device *dev, unsigned short encoding,
} }
info->params.encoding = new_encoding; info->params.encoding = new_encoding;
info->params.crc_type = new_crctype;; info->params.crc_type = new_crctype;
/* if network interface up, reprogram hardware */ /* if network interface up, reprogram hardware */
if (info->netcount) if (info->netcount)

View file

@ -1650,7 +1650,7 @@ static int hdlcdev_attach(struct net_device *dev, unsigned short encoding,
} }
info->params.encoding = new_encoding; info->params.encoding = new_encoding;
info->params.crc_type = new_crctype;; info->params.crc_type = new_crctype;
/* if network interface up, reprogram hardware */ /* if network interface up, reprogram hardware */
if (info->netcount) if (info->netcount)

View file

@ -456,7 +456,7 @@ static ssize_t set_temp_max(struct i2c_client *client, struct gl520_data *data,
long v = simple_strtol(buf, NULL, 10); long v = simple_strtol(buf, NULL, 10);
mutex_lock(&data->update_lock); mutex_lock(&data->update_lock);
data->temp_max[n - 1] = TEMP_TO_REG(v);; data->temp_max[n - 1] = TEMP_TO_REG(v);
gl520_write_value(client, reg, data->temp_max[n - 1]); gl520_write_value(client, reg, data->temp_max[n - 1]);
mutex_unlock(&data->update_lock); mutex_unlock(&data->update_lock);
return count; return count;

View file

@ -53,7 +53,7 @@ static inline u8 _rtc8564_ctrl2(struct i2c_client *client)
#define CTRL1(c) _rtc8564_ctrl1(c) #define CTRL1(c) _rtc8564_ctrl1(c)
#define CTRL2(c) _rtc8564_ctrl2(c) #define CTRL2(c) _rtc8564_ctrl2(c)
static int debug;; static int debug;
module_param(debug, int, S_IRUGO | S_IWUSR); module_param(debug, int, S_IRUGO | S_IWUSR);
static struct i2c_driver rtc8564_driver; static struct i2c_driver rtc8564_driver;

View file

@ -175,7 +175,7 @@ ide_startstop_t ide_dma_intr (ide_drive_t *drive)
if (rq->rq_disk) { if (rq->rq_disk) {
ide_driver_t *drv; ide_driver_t *drv;
drv = *(ide_driver_t **)rq->rq_disk->private_data;; drv = *(ide_driver_t **)rq->rq_disk->private_data;
drv->end_request(drive, 1, rq->nr_sectors); drv->end_request(drive, 1, rq->nr_sectors);
} else } else
ide_end_request(drive, 1, rq->nr_sectors); ide_end_request(drive, 1, rq->nr_sectors);

View file

@ -1727,7 +1727,7 @@ struct sk_buff *pMessage) /* pointer to send-message */
pTxd->VDataHigh = (SK_U32) (PhysAddr >> 32); pTxd->VDataHigh = (SK_U32) (PhysAddr >> 32);
pTxd->pMBuf = pMessage; pTxd->pMBuf = pMessage;
pTxd->TBControl = Control | BMU_OWN | sk_frag->size;; pTxd->TBControl = Control | BMU_OWN | sk_frag->size;
/* /*
** Do we have the last fragment? ** Do we have the last fragment?

View file

@ -1804,7 +1804,7 @@ struct sky2_rx_le {
__le16 length; __le16 length;
u8 ctrl; u8 ctrl;
u8 opcode; u8 opcode;
} __attribute((packed));; } __attribute((packed));
struct sky2_status_le { struct sky2_status_le {
__le32 status; /* also checksum */ __le32 status; /* also checksum */

View file

@ -332,7 +332,7 @@ mgt_le_to_cpu(int type, void *data)
case OID_TYPE_ATTACH:{ case OID_TYPE_ATTACH:{
struct obj_attachment *attach = data; struct obj_attachment *attach = data;
attach->id = le16_to_cpu(attach->id); attach->id = le16_to_cpu(attach->id);
attach->size = le16_to_cpu(attach->size);; attach->size = le16_to_cpu(attach->size);
break; break;
} }
case OID_TYPE_SSID: case OID_TYPE_SSID:
@ -401,7 +401,7 @@ mgt_cpu_to_le(int type, void *data)
case OID_TYPE_ATTACH:{ case OID_TYPE_ATTACH:{
struct obj_attachment *attach = data; struct obj_attachment *attach = data;
attach->id = cpu_to_le16(attach->id); attach->id = cpu_to_le16(attach->id);
attach->size = cpu_to_le16(attach->size);; attach->size = cpu_to_le16(attach->size);
break; break;
} }
case OID_TYPE_SSID: case OID_TYPE_SSID:

View file

@ -147,7 +147,7 @@ struct pdi {
__le16 _len; /* length of ID and data, in words */ __le16 _len; /* length of ID and data, in words */
__le16 _id; /* record ID */ __le16 _id; /* record ID */
char data[0]; /* plug data */ char data[0]; /* plug data */
} __attribute__ ((packed));; } __attribute__ ((packed));
/* Functions for access to little-endian data */ /* Functions for access to little-endian data */

View file

@ -2797,7 +2797,7 @@ mbox_post_sync_cmd(adapter_t *adapter, uint8_t raw_mbox[])
// available within 1 second, assume FW is initializing and wait // available within 1 second, assume FW is initializing and wait
// for an extended amount of time // for an extended amount of time
if (mbox->numstatus == 0xFF) { // status not yet available if (mbox->numstatus == 0xFF) { // status not yet available
udelay(25);; udelay(25);
for (i = 0; mbox->numstatus == 0xFF && i < 1000; i++) { for (i = 0; mbox->numstatus == 0xFF && i < 1000; i++) {
rmb(); rmb();

View file

@ -360,7 +360,7 @@ static int mts_scsi_host_reset (Scsi_Cmnd *srb)
rc = usb_lock_device_for_reset(desc->usb_dev, desc->usb_intf); rc = usb_lock_device_for_reset(desc->usb_dev, desc->usb_intf);
if (rc < 0) if (rc < 0)
return FAILED; return FAILED;
result = usb_reset_device(desc->usb_dev);; result = usb_reset_device(desc->usb_dev);
if (rc) if (rc)
usb_unlock_device(desc->usb_dev); usb_unlock_device(desc->usb_dev);
return result ? FAILED : SUCCESS; return result ? FAILED : SUCCESS;

View file

@ -1215,7 +1215,7 @@ static void hid_irq_out(struct urb *urb, struct pt_regs *regs)
if (hid->outhead != hid->outtail) { if (hid->outhead != hid->outtail) {
if (hid_submit_out(hid)) { if (hid_submit_out(hid)) {
clear_bit(HID_OUT_RUNNING, &hid->iofl);; clear_bit(HID_OUT_RUNNING, &hid->iofl);
wake_up(&hid->wait); wake_up(&hid->wait);
} }
spin_unlock_irqrestore(&hid->outlock, flags); spin_unlock_irqrestore(&hid->outlock, flags);

View file

@ -2080,7 +2080,7 @@ static void radeon_reinitialize_M9P(struct radeonfb_info *rinfo)
OUTREG(0x2ec, 0x6332a3f0); OUTREG(0x2ec, 0x6332a3f0);
mdelay(17); mdelay(17);
OUTPLL(pllPPLL_REF_DIV, rinfo->pll.ref_div);; OUTPLL(pllPPLL_REF_DIV, rinfo->pll.ref_div);
OUTPLL(pllPPLL_DIV_0, rinfo->save_regs[92]); OUTPLL(pllPPLL_DIV_0, rinfo->save_regs[92]);
mdelay(40); mdelay(40);

View file

@ -4908,7 +4908,7 @@ SetEARetry:
parm_data->list_len = cpu_to_le32(count); parm_data->list_len = cpu_to_le32(count);
parm_data->list[0].EA_flags = 0; parm_data->list[0].EA_flags = 0;
/* we checked above that name len is less than 255 */ /* we checked above that name len is less than 255 */
parm_data->list[0].name_len = (__u8)name_len;; parm_data->list[0].name_len = (__u8)name_len;
/* EA names are always ASCII */ /* EA names are always ASCII */
if(ea_name) if(ea_name)
strncpy(parm_data->list[0].name,ea_name,name_len); strncpy(parm_data->list[0].name,ea_name,name_len);

View file

@ -130,7 +130,7 @@ static struct vfsmount *get_source(struct vfsmount *dest,
{ {
struct vfsmount *p_last_src = NULL; struct vfsmount *p_last_src = NULL;
struct vfsmount *p_last_dest = NULL; struct vfsmount *p_last_dest = NULL;
*type = CL_PROPAGATION;; *type = CL_PROPAGATION;
if (IS_MNT_SHARED(dest)) if (IS_MNT_SHARED(dest))
*type |= CL_MAKE_SHARED; *type |= CL_MAKE_SHARED;

View file

@ -269,7 +269,7 @@ struct acpi_device_wakeup_state {
struct acpi_device_wakeup { struct acpi_device_wakeup {
acpi_handle gpe_device; acpi_handle gpe_device;
acpi_integer gpe_number;; acpi_integer gpe_number;
acpi_integer sleep_state; acpi_integer sleep_state;
struct acpi_handle_list resources; struct acpi_handle_list resources;
struct acpi_device_wakeup_state state; struct acpi_device_wakeup_state state;

View file

@ -1037,7 +1037,7 @@ ia64_sn_get_sn_info(int fc, u8 *shubtype, u16 *nasid_bitmask, u8 *nasid_shift,
/***** BEGIN HACK - temp til old proms no longer supported ********/ /***** BEGIN HACK - temp til old proms no longer supported ********/
if (ret_stuff.status == SALRET_NOT_IMPLEMENTED) { if (ret_stuff.status == SALRET_NOT_IMPLEMENTED) {
int nasid = get_sapicid() & 0xfff;; int nasid = get_sapicid() & 0xfff;
#define SH_SHUB_ID_NODES_PER_BIT_MASK 0x001f000000000000UL #define SH_SHUB_ID_NODES_PER_BIT_MASK 0x001f000000000000UL
#define SH_SHUB_ID_NODES_PER_BIT_SHFT 48 #define SH_SHUB_ID_NODES_PER_BIT_SHFT 48
if (shubtype) *shubtype = 0; if (shubtype) *shubtype = 0;

View file

@ -315,7 +315,7 @@ ok:
spin_unlock(&head->lock); spin_unlock(&head->lock);
if (tw) { if (tw) {
inet_twsk_deschedule(tw, death_row);; inet_twsk_deschedule(tw, death_row);
inet_twsk_put(tw); inet_twsk_put(tw);
} }

View file

@ -394,7 +394,7 @@ static int init_or_cleanup(int init)
ret = nf_register_hook(&ip_nat_local_out_ops); ret = nf_register_hook(&ip_nat_local_out_ops);
if (ret < 0) { if (ret < 0) {
printk("ip_nat_init: can't register local out hook.\n"); printk("ip_nat_init: can't register local out hook.\n");
goto cleanup_adjustout_ops;; goto cleanup_adjustout_ops;
} }
ret = nf_register_hook(&ip_nat_local_in_ops); ret = nf_register_hook(&ip_nat_local_in_ops);
if (ret < 0) { if (ret < 0) {

View file

@ -1629,7 +1629,7 @@ void tipc_link_retransmit(struct link *l_ptr, struct sk_buff *buf,
tipc_msg_print(TIPC_CONS, buf_msg(buf), ">RETR>"); tipc_msg_print(TIPC_CONS, buf_msg(buf), ">RETR>");
info("...Retransmitted %u times\n", info("...Retransmitted %u times\n",
l_ptr->stale_count); l_ptr->stale_count);
link_print(l_ptr, TIPC_CONS, "Resetting Link\n");; link_print(l_ptr, TIPC_CONS, "Resetting Link\n");
tipc_link_reset(l_ptr); tipc_link_reset(l_ptr);
break; break;
} }

View file

@ -117,7 +117,7 @@ static int toonie_get_mute_switch(struct snd_kcontrol *kcontrol,
gp = &mix->amp_mute_gpio; gp = &mix->amp_mute_gpio;
break; break;
default: default:
return -EINVAL;; return -EINVAL;
} }
ucontrol->value.integer.value[0] = !check_audio_gpio(gp); ucontrol->value.integer.value[0] = !check_audio_gpio(gp);
return 0; return 0;
@ -145,7 +145,7 @@ static int toonie_put_mute_switch(struct snd_kcontrol *kcontrol,
gp = &mix->amp_mute_gpio; gp = &mix->amp_mute_gpio;
break; break;
default: default:
return -EINVAL;; return -EINVAL;
} }
val = ! check_audio_gpio(gp); val = ! check_audio_gpio(gp);
if (val != ucontrol->value.integer.value[0]) { if (val != ucontrol->value.integer.value[0]) {