Bläddra i källkod

trivial: typo (en|dis|avail|remove)bale -> (en|dis|avail|remove)able

Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Thadeu Lima de Souza Cascardo 16 år sedan
förälder
incheckning
4b512d26f4

+ 1 - 1
drivers/char/amiserial.c

@@ -779,7 +779,7 @@ static void change_speed(struct async_struct *info,
 		info->IER |= UART_IER_MSI;
 		info->IER |= UART_IER_MSI;
 	}
 	}
 	/* TBD:
 	/* 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 ?
 	 */
 	 */
 
 
 	/*
 	/*

+ 1 - 1
drivers/media/video/hdpvr/hdpvr-video.c

@@ -181,7 +181,7 @@ static int hdpvr_submit_buffers(struct hdpvr_device *dev)
 				 buff_list);
 				 buff_list);
 		if (buf->status != BUFSTAT_AVAILABLE) {
 		if (buf->status != BUFSTAT_AVAILABLE) {
 			v4l2_err(&dev->v4l2_dev,
 			v4l2_err(&dev->v4l2_dev,
-				 "buffer not marked as availbale\n");
+				 "buffer not marked as available\n");
 			ret = -EFAULT;
 			ret = -EFAULT;
 			goto err;
 			goto err;
 		}
 		}

+ 1 - 1
drivers/net/b44.h

@@ -97,7 +97,7 @@
 #define B44_DMARX_STAT	0x021CUL /* DMA RX Current Active Desc. + Status */
 #define B44_DMARX_STAT	0x021CUL /* DMA RX Current Active Desc. + Status */
 #define  DMARX_STAT_CDMASK	0x00000fff /* Current Descriptor Mask */
 #define  DMARX_STAT_CDMASK	0x00000fff /* Current Descriptor Mask */
 #define  DMARX_STAT_SMASK	0x0000f000 /* State 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_SACTIVE	0x00001000 /* State Active */
 #define  DMARX_STAT_SIDLE	0x00002000 /* State Idle Wait */
 #define  DMARX_STAT_SIDLE	0x00002000 /* State Idle Wait */
 #define  DMARX_STAT_SSTOPPED	0x00003000 /* State Stopped */
 #define  DMARX_STAT_SSTOPPED	0x00003000 /* State Stopped */

+ 1 - 1
drivers/net/e100.c

@@ -2785,7 +2785,7 @@ static int e100_resume(struct pci_dev *pdev)
 	/* ack any pending wake events, disable PME */
 	/* ack any pending wake events, disable PME */
 	pci_enable_wake(pdev, 0, 0);
 	pci_enable_wake(pdev, 0, 0);
 
 
-	/* disbale reverse auto-negotiation */
+	/* disable reverse auto-negotiation */
 	if (nic->phy == phy_82552_v) {
 	if (nic->phy == phy_82552_v) {
 		u16 smartspeed = mdio_read(netdev, nic->mii.phy_id,
 		u16 smartspeed = mdio_read(netdev, nic->mii.phy_id,
 		                           E100_82552_SMARTSPEED);
 		                           E100_82552_SMARTSPEED);

+ 2 - 2
drivers/net/niu.h

@@ -3242,8 +3242,8 @@ struct niu {
 	struct niu_parent		*parent;
 	struct niu_parent		*parent;
 
 
 	u32				flags;
 	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_VPD_VALID		0x00800000 /* VPD has valid version */
 #define NIU_FLAGS_MSIX			0x00400000 /* MSI-X in use */
 #define NIU_FLAGS_MSIX			0x00400000 /* MSI-X in use */
 #define NIU_FLAGS_MCAST			0x00200000 /* multicast filter enabled */
 #define NIU_FLAGS_MCAST			0x00200000 /* multicast filter enabled */

+ 1 - 1
drivers/scsi/megaraid.h

@@ -469,7 +469,7 @@ typedef struct {
 	u8	type;		/* Type of the device */
 	u8	type;		/* Type of the device */
 	u8	cur_status;	/* current status of the device */
 	u8	cur_status;	/* current status of the device */
 	u8	tag_depth;	/* Level of tagging */
 	u8	tag_depth;	/* Level of tagging */
-	u8	sync_neg;	/* sync negotiation - ENABLE or DISBALE */
+	u8	sync_neg;	/* sync negotiation - ENABLE or DISABLE */
 	u32	size;		/* configurable size in terms of 512 byte
 	u32	size;		/* configurable size in terms of 512 byte
 				   blocks */
 				   blocks */
 }__attribute__ ((packed)) phys_drv;
 }__attribute__ ((packed)) phys_drv;

+ 1 - 1
drivers/scsi/megaraid/mbox_defs.h

@@ -686,7 +686,7 @@ typedef struct {
  * @type	: Type of the device
  * @type	: Type of the device
  * @cur_status	: current status of the device
  * @cur_status	: current status of the device
  * @tag_depth	: Level of tagging
  * @tag_depth	: Level of tagging
- * @sync_neg	: sync negotiation - ENABLE or DISBALE
+ * @sync_neg	: sync negotiation - ENABLE or DISABLE
  * @size	: configurable size in terms of 512 byte
  * @size	: configurable size in terms of 512 byte
  */
  */
 typedef struct {
 typedef struct {

+ 1 - 1
drivers/staging/rt2860/common/mlme.c

@@ -5664,7 +5664,7 @@ VOID 	AsicUpdateProtect(
 #if 0
 #if 0
 	MacReg |= (pAd->CommonCfg.RtsThreshold << 8);
 	MacReg |= (pAd->CommonCfg.RtsThreshold << 8);
 #else
 #else
-	// If the user want disable RtsThreshold and enbale Amsdu/Ralink-Aggregation, set the RtsThreshold as 4096
+	// If the user want disable RtsThreshold and enable Amsdu/Ralink-Aggregation, set the RtsThreshold as 4096
         if ((
         if ((
 #ifdef DOT11_N_SUPPORT
 #ifdef DOT11_N_SUPPORT
 			(pAd->CommonCfg.BACapability.field.AmsduEnable) ||
 			(pAd->CommonCfg.BACapability.field.AmsduEnable) ||

+ 1 - 1
drivers/staging/rt2870/common/mlme.c

@@ -5561,7 +5561,7 @@ VOID 	AsicUpdateProtect(
 #if 0
 #if 0
 	MacReg |= (pAd->CommonCfg.RtsThreshold << 8);
 	MacReg |= (pAd->CommonCfg.RtsThreshold << 8);
 #else
 #else
-	// If the user want disable RtsThreshold and enbale Amsdu/Ralink-Aggregation, set the RtsThreshold as 4096
+	// If the user want disable RtsThreshold and enable Amsdu/Ralink-Aggregation, set the RtsThreshold as 4096
         if ((
         if ((
 #ifdef DOT11_N_SUPPORT
 #ifdef DOT11_N_SUPPORT
 			(pAd->CommonCfg.BACapability.field.AmsduEnable) ||
 			(pAd->CommonCfg.BACapability.field.AmsduEnable) ||

+ 1 - 1
drivers/staging/rt3070/common/mlme.c

@@ -5575,7 +5575,7 @@ VOID 	AsicUpdateProtect(
 	RTMP_IO_READ32(pAd, TX_RTS_CFG, &MacReg);
 	RTMP_IO_READ32(pAd, TX_RTS_CFG, &MacReg);
 	MacReg &= 0xFF0000FF;
 	MacReg &= 0xFF0000FF;
 
 
-	// If the user want disable RtsThreshold and enbale Amsdu/Ralink-Aggregation, set the RtsThreshold as 4096
+	// If the user want disable RtsThreshold and enable Amsdu/Ralink-Aggregation, set the RtsThreshold as 4096
     if ((
     if ((
 #ifdef DOT11_N_SUPPORT
 #ifdef DOT11_N_SUPPORT
 		(pAd->CommonCfg.BACapability.field.AmsduEnable) ||
 		(pAd->CommonCfg.BACapability.field.AmsduEnable) ||

+ 1 - 1
drivers/watchdog/iop_wdt.c

@@ -192,7 +192,7 @@ static int iop_wdt_release(struct inode *inode, struct file *file)
 		if (test_bit(WDT_ENABLED, &wdt_status))
 		if (test_bit(WDT_ENABLED, &wdt_status))
 			state = wdt_disable();
 			state = wdt_disable();
 
 
-	/* if the timer is not disbaled reload and notify that we are still
+	/* if the timer is not disabled reload and notify that we are still
 	 * going down
 	 * going down
 	 */
 	 */
 	if (state != 0) {
 	if (state != 0) {

+ 1 - 1
sound/pci/aw2/aw2-saa7146.c

@@ -108,7 +108,7 @@ void snd_aw2_saa7146_setup(struct snd_aw2_saa7146 *chip,
 #endif
 #endif
 	/* WS0_CTRL, WS0_SYNC: input TSL1, I2S */
 	/* WS0_CTRL, WS0_SYNC: input TSL1, I2S */
 
 
-	/* At initialization WS1 and WS2 are disbaled (configured as input */
+	/* At initialization WS1 and WS2 are disabled (configured as input) */
 	acon1 |= 0 * WS1_CTRL;
 	acon1 |= 0 * WS1_CTRL;
 	acon1 |= 0 * WS2_CTRL;
 	acon1 |= 0 * WS2_CTRL;