* [PATCH] lib/idr: trivial: Fix typo in file header
@ 2016-11-30 7:11 Cao jin
2017-03-09 3:37 ` Cao jin
0 siblings, 1 reply; 2+ messages in thread
From: Cao jin @ 2016-11-30 7:11 UTC (permalink / raw)
To: trivial, linux-kernel
Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
---
lib/idr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/idr.c b/lib/idr.c
index 6098336df267..69fa487dbfda 100644
--- a/lib/idr.c
+++ b/lib/idr.c
@@ -14,7 +14,7 @@
* by the id to obtain the pointer. The bitmap makes allocating
* a new id quick.
*
- * You call it to allocate an id (an int) an associate with that id a
+ * You call it to allocate an id (an int) and associate with that id a
* pointer or what ever, we treat it as a (void *). You can pass this
* id to a user for him to pass back at a later time. You then pass
* that id to this code and it returns your pointer.
--
2.1.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] lib/idr: trivial: Fix typo in file header
2016-11-30 7:11 [PATCH] lib/idr: trivial: Fix typo in file header Cao jin
@ 2017-03-09 3:37 ` Cao jin
0 siblings, 0 replies; 2+ messages in thread
From: Cao jin @ 2017-03-09 3:37 UTC (permalink / raw)
To: trivial, linux-kernel; +Cc: akpm, tj, daniel.vetter
Seems it is missed. CCing more people
On 11/30/2016 03:11 PM, Cao jin wrote:
> Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
> ---
> lib/idr.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/lib/idr.c b/lib/idr.c
> index 6098336df267..69fa487dbfda 100644
> --- a/lib/idr.c
> +++ b/lib/idr.c
> @@ -14,7 +14,7 @@
> * by the id to obtain the pointer. The bitmap makes allocating
> * a new id quick.
> *
> - * You call it to allocate an id (an int) an associate with that id a
> + * You call it to allocate an id (an int) and associate with that id a
> * pointer or what ever, we treat it as a (void *). You can pass this
> * id to a user for him to pass back at a later time. You then pass
> * that id to this code and it returns your pointer.
>
--
Sincerely,
Cao jin
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-03-09 3:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-30 7:11 [PATCH] lib/idr: trivial: Fix typo in file header Cao jin
2017-03-09 3:37 ` Cao jin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox