···17271727 pTxd->VDataHigh = (SK_U32) (PhysAddr >> 32);17281728 pTxd->pMBuf = pMessage;1729172917301730- pTxd->TBControl = Control | BMU_OWN | sk_frag->size;;17301730+ pTxd->TBControl = Control | BMU_OWN | sk_frag->size;1731173117321732 /* 17331733 ** Do we have the last fragment?
···147147 __le16 _len; /* length of ID and data, in words */148148 __le16 _id; /* record ID */149149 char data[0]; /* plug data */150150-} __attribute__ ((packed));;150150+} __attribute__ ((packed));151151152152153153/* Functions for access to little-endian data */
+1-1
drivers/scsi/megaraid/megaraid_mbox.c
···27972797 // available within 1 second, assume FW is initializing and wait27982798 // for an extended amount of time27992799 if (mbox->numstatus == 0xFF) { // status not yet available28002800- udelay(25);;28002800+ udelay(25);2801280128022802 for (i = 0; mbox->numstatus == 0xFF && i < 1000; i++) {28032803 rmb();
+1-1
drivers/usb/image/microtek.c
···360360 rc = usb_lock_device_for_reset(desc->usb_dev, desc->usb_intf);361361 if (rc < 0)362362 return FAILED;363363- result = usb_reset_device(desc->usb_dev);;363363+ result = usb_reset_device(desc->usb_dev);364364 if (rc)365365 usb_unlock_device(desc->usb_dev);366366 return result ? FAILED : SUCCESS;
+1-1
drivers/usb/input/hid-core.c
···1215121512161216 if (hid->outhead != hid->outtail) {12171217 if (hid_submit_out(hid)) {12181218- clear_bit(HID_OUT_RUNNING, &hid->iofl);;12181218+ clear_bit(HID_OUT_RUNNING, &hid->iofl);12191219 wake_up(&hid->wait);12201220 }12211221 spin_unlock_irqrestore(&hid->outlock, flags);
···49084908 parm_data->list_len = cpu_to_le32(count);49094909 parm_data->list[0].EA_flags = 0;49104910 /* we checked above that name len is less than 255 */49114911- parm_data->list[0].name_len = (__u8)name_len;;49114911+ parm_data->list[0].name_len = (__u8)name_len;49124912 /* EA names are always ASCII */49134913 if(ea_name)49144914 strncpy(parm_data->list[0].name,ea_name,name_len);
···1037103710381038/***** BEGIN HACK - temp til old proms no longer supported ********/10391039 if (ret_stuff.status == SALRET_NOT_IMPLEMENTED) {10401040- int nasid = get_sapicid() & 0xfff;;10401040+ int nasid = get_sapicid() & 0xfff;10411041#define SH_SHUB_ID_NODES_PER_BIT_MASK 0x001f000000000000UL10421042#define SH_SHUB_ID_NODES_PER_BIT_SHFT 4810431043 if (shubtype) *shubtype = 0;
···394394 ret = nf_register_hook(&ip_nat_local_out_ops);395395 if (ret < 0) {396396 printk("ip_nat_init: can't register local out hook.\n");397397- goto cleanup_adjustout_ops;;397397+ goto cleanup_adjustout_ops;398398 }399399 ret = nf_register_hook(&ip_nat_local_in_ops);400400 if (ret < 0) {