Loading drivers/char/amiserial.c +1 −1 Original line number Diff line number Diff line Loading @@ -779,7 +779,7 @@ static void change_speed(struct async_struct *info, info->IER |= UART_IER_MSI; } /* TBD: * Does clearing IER_MSI imply that we should disbale the VBL interrupt ? * Does clearing IER_MSI imply that we should disable the VBL interrupt ? */ /* Loading drivers/media/video/hdpvr/hdpvr-video.c +1 −1 Original line number Diff line number Diff line Loading @@ -181,7 +181,7 @@ static int hdpvr_submit_buffers(struct hdpvr_device *dev) buff_list); if (buf->status != BUFSTAT_AVAILABLE) { v4l2_err(&dev->v4l2_dev, "buffer not marked as availbale\n"); "buffer not marked as available\n"); ret = -EFAULT; goto err; } Loading drivers/net/b44.h +1 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,7 @@ #define B44_DMARX_STAT 0x021CUL /* DMA RX Current Active Desc. + Status */ #define DMARX_STAT_CDMASK 0x00000fff /* Current Descriptor Mask */ #define DMARX_STAT_SMASK 0x0000f000 /* State Mask */ #define DMARX_STAT_SDISABLED 0x00000000 /* State Disbaled */ #define DMARX_STAT_SDISABLED 0x00000000 /* State Disabled */ #define DMARX_STAT_SACTIVE 0x00001000 /* State Active */ #define DMARX_STAT_SIDLE 0x00002000 /* State Idle Wait */ #define DMARX_STAT_SSTOPPED 0x00003000 /* State Stopped */ Loading drivers/net/e100.c +1 −1 Original line number Diff line number Diff line Loading @@ -2785,7 +2785,7 @@ static int e100_resume(struct pci_dev *pdev) /* ack any pending wake events, disable PME */ pci_enable_wake(pdev, 0, 0); /* disbale reverse auto-negotiation */ /* disable reverse auto-negotiation */ if (nic->phy == phy_82552_v) { u16 smartspeed = mdio_read(netdev, nic->mii.phy_id, E100_82552_SMARTSPEED); Loading drivers/net/niu.h +2 −2 Original line number Diff line number Diff line Loading @@ -3242,8 +3242,8 @@ struct niu { struct niu_parent *parent; u32 flags; #define NIU_FLAGS_HOTPLUG_PHY_PRESENT 0x02000000 /* Removebale PHY detected*/ #define NIU_FLAGS_HOTPLUG_PHY 0x01000000 /* Removebale PHY */ #define NIU_FLAGS_HOTPLUG_PHY_PRESENT 0x02000000 /* Removeable PHY detected*/ #define NIU_FLAGS_HOTPLUG_PHY 0x01000000 /* Removeable PHY */ #define NIU_FLAGS_VPD_VALID 0x00800000 /* VPD has valid version */ #define NIU_FLAGS_MSIX 0x00400000 /* MSI-X in use */ #define NIU_FLAGS_MCAST 0x00200000 /* multicast filter enabled */ Loading Loading
drivers/char/amiserial.c +1 −1 Original line number Diff line number Diff line Loading @@ -779,7 +779,7 @@ static void change_speed(struct async_struct *info, info->IER |= UART_IER_MSI; } /* TBD: * Does clearing IER_MSI imply that we should disbale the VBL interrupt ? * Does clearing IER_MSI imply that we should disable the VBL interrupt ? */ /* Loading
drivers/media/video/hdpvr/hdpvr-video.c +1 −1 Original line number Diff line number Diff line Loading @@ -181,7 +181,7 @@ static int hdpvr_submit_buffers(struct hdpvr_device *dev) buff_list); if (buf->status != BUFSTAT_AVAILABLE) { v4l2_err(&dev->v4l2_dev, "buffer not marked as availbale\n"); "buffer not marked as available\n"); ret = -EFAULT; goto err; } Loading
drivers/net/b44.h +1 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,7 @@ #define B44_DMARX_STAT 0x021CUL /* DMA RX Current Active Desc. + Status */ #define DMARX_STAT_CDMASK 0x00000fff /* Current Descriptor Mask */ #define DMARX_STAT_SMASK 0x0000f000 /* State Mask */ #define DMARX_STAT_SDISABLED 0x00000000 /* State Disbaled */ #define DMARX_STAT_SDISABLED 0x00000000 /* State Disabled */ #define DMARX_STAT_SACTIVE 0x00001000 /* State Active */ #define DMARX_STAT_SIDLE 0x00002000 /* State Idle Wait */ #define DMARX_STAT_SSTOPPED 0x00003000 /* State Stopped */ Loading
drivers/net/e100.c +1 −1 Original line number Diff line number Diff line Loading @@ -2785,7 +2785,7 @@ static int e100_resume(struct pci_dev *pdev) /* ack any pending wake events, disable PME */ pci_enable_wake(pdev, 0, 0); /* disbale reverse auto-negotiation */ /* disable reverse auto-negotiation */ if (nic->phy == phy_82552_v) { u16 smartspeed = mdio_read(netdev, nic->mii.phy_id, E100_82552_SMARTSPEED); Loading
drivers/net/niu.h +2 −2 Original line number Diff line number Diff line Loading @@ -3242,8 +3242,8 @@ struct niu { struct niu_parent *parent; u32 flags; #define NIU_FLAGS_HOTPLUG_PHY_PRESENT 0x02000000 /* Removebale PHY detected*/ #define NIU_FLAGS_HOTPLUG_PHY 0x01000000 /* Removebale PHY */ #define NIU_FLAGS_HOTPLUG_PHY_PRESENT 0x02000000 /* Removeable PHY detected*/ #define NIU_FLAGS_HOTPLUG_PHY 0x01000000 /* Removeable PHY */ #define NIU_FLAGS_VPD_VALID 0x00800000 /* VPD has valid version */ #define NIU_FLAGS_MSIX 0x00400000 /* MSI-X in use */ #define NIU_FLAGS_MCAST 0x00200000 /* multicast filter enabled */ Loading