Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1409980 > unrolled thread
| Started by | Xiubo Li <lixiubo@cmss.chinamobile.com> |
|---|---|
| First post | 2016-05-31 10:30 +0200 |
| Last post | 2016-06-01 03:10 +0200 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] attribute_container: Fix typo Xiubo Li <lixiubo@cmss.chinamobile.com> - 2016-05-31 10:30 +0200
Re: [PATCH] attribute_container: Fix typo Greg KH <gregkh@linuxfoundation.org> - 2016-05-31 17:30 +0200
Re: [PATCH] attribute_container: Fix typo Xiubo Li <lixiubo@cmss.chinamobile.com> - 2016-06-01 03:10 +0200
| From | Xiubo Li <lixiubo@cmss.chinamobile.com> |
|---|---|
| Date | 2016-05-31 10:30 +0200 |
| Subject | [PATCH] attribute_container: Fix typo |
| Message-ID | <rENdL-eU-1@gated-at.bofh.it> |
Signed-off-by: Xiubo Li <lixiubo@cmss.chinamobile.com> --- drivers/base/attribute_container.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/base/attribute_container.c b/drivers/base/attribute_container.c index 2ba4cac..95e3ef8 100644 --- a/drivers/base/attribute_container.c +++ b/drivers/base/attribute_container.c @@ -243,7 +243,7 @@ attribute_container_remove_device(struct device *dev, * @dev: The generic device to run the trigger for * @fn the function to execute for each classdev. * - * This funcion is for executing a trigger when you need to know both + * This function is for executing a trigger when you need to know both * the container and the classdev. If you only care about the * container, then use attribute_container_trigger() instead. */ -- 1.8.3.1
[toc] | [next] | [standalone]
| From | Greg KH <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2016-05-31 17:30 +0200 |
| Message-ID | <rETMd-4rJ-1@gated-at.bofh.it> |
| In reply to | #1409980 |
On Tue, May 31, 2016 at 04:17:15PM +0800, Xiubo Li wrote: > Signed-off-by: Xiubo Li <lixiubo@cmss.chinamobile.com> I can't take patches without any changelog text, sorry.
[toc] | [prev] | [next] | [standalone]
| From | Xiubo Li <lixiubo@cmss.chinamobile.com> |
|---|---|
| Date | 2016-06-01 03:10 +0200 |
| Message-ID | <rF2Pv-1CU-9@gated-at.bofh.it> |
| In reply to | #1410367 |
On 31/05/2016 23:26, Greg KH wrote: > On Tue, May 31, 2016 at 04:17:15PM +0800, Xiubo Li wrote: >> Signed-off-by: Xiubo Li <lixiubo@cmss.chinamobile.com> > > I can't take patches without any changelog text, sorry. My mistake, I will send the v2 one. Thanks. >
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web