Fix misspellings of "whether" in comments.

"Whether" is misspelled in various comments across the tree; this
fixes them. No code changes.

Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
此提交包含在:
Adam Buchbinder
2012-09-19 21:48:00 -04:00
提交者 Jiri Kosina
父節點 53f698cdeb
當前提交 48fc7f7e78
共有 45 個檔案被更改,包括 58 行新增58 行删除

查看文件

@@ -304,7 +304,7 @@ retry_write:
case STATE_READ:
/* we have a byte of data in the data register, do
* something with it, and then work out wether we are
* something with it, and then work out whether we are
* going to do any more read/write
*/

查看文件

@@ -208,7 +208,7 @@ static void s3c24xx_i2c_message_start(struct s3c24xx_i2c *i2c,
if (msg->flags & I2C_M_REV_DIR_ADDR)
addr ^= 1;
/* todo - check for wether ack wanted or not */
/* todo - check for whether ack wanted or not */
s3c24xx_i2c_enable_ack(i2c);
iiccon = readl(i2c->regs + S3C2410_IICCON);
@@ -397,7 +397,7 @@ static int i2c_s3c_irq_nextbyte(struct s3c24xx_i2c *i2c, unsigned long iicstat)
case STATE_READ:
/* we have a byte of data in the data register, do
* something with it, and then work out wether we are
* something with it, and then work out whether we are
* going to do any more read/write
*/