linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] block/trivial: Fix comment typo "iff".
@ 2011-01-25 14:45 Tao Ma
  2011-01-25 14:47 ` Jiri Kosina
  0 siblings, 1 reply; 3+ messages in thread
From: Tao Ma @ 2011-01-25 14:45 UTC (permalink / raw)
  To: linux-kernel; +Cc: Jiri Kosina

From: Tao Ma <boyu.mt@taobao.com>

Change "iff" to "if".

Cc: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Tao Ma <boyu.mt@taobao.com>
---
 block/genhd.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/block/genhd.c b/block/genhd.c
index 6a5b772..4a93d31 100644
--- a/block/genhd.c
+++ b/block/genhd.c
@@ -1403,7 +1403,7 @@ static unsigned long disk_events_poll_jiffies(struct gendisk *disk)
 
 	/*
 	 * If device-specific poll interval is set, always use it.  If
-	 * the default is being used, poll iff there are events which
+	 * the default is being used, poll if there are events which
 	 * can't be monitored asynchronously.
 	 */
 	if (ev->poll_msecs >= 0)
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] block/trivial: Fix comment typo "iff".
  2011-01-25 14:45 [PATCH] block/trivial: Fix comment typo "iff" Tao Ma
@ 2011-01-25 14:47 ` Jiri Kosina
  2011-01-25 15:00   ` Tao Ma
  0 siblings, 1 reply; 3+ messages in thread
From: Jiri Kosina @ 2011-01-25 14:47 UTC (permalink / raw)
  To: Tao Ma; +Cc: linux-kernel

On Tue, 25 Jan 2011, Tao Ma wrote:

> From: Tao Ma <boyu.mt@taobao.com>
> 
> Change "iff" to "if".

"iff" means "if and only if".

-- 
Jiri Kosina
SUSE Labs, Novell Inc.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] block/trivial: Fix comment typo "iff".
  2011-01-25 14:47 ` Jiri Kosina
@ 2011-01-25 15:00   ` Tao Ma
  0 siblings, 0 replies; 3+ messages in thread
From: Tao Ma @ 2011-01-25 15:00 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: linux-kernel

On 01/25/2011 10:47 PM, Jiri Kosina wrote:
> On Tue, 25 Jan 2011, Tao Ma wrote:
>
>> From: Tao Ma<boyu.mt@taobao.com>
>>
>> Change "iff" to "if".
> "iff" means "if and only if".
aha, thanks for the explanation.

Regards,
Tao


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-01-25 15:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-25 14:45 [PATCH] block/trivial: Fix comment typo "iff" Tao Ma
2011-01-25 14:47 ` Jiri Kosina
2011-01-25 15:00   ` Tao Ma

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).