Message ID | 20220314115354.144023-6-Julia.Lawall@inria.fr (mailing list archive) |
---|---|
State | Deferred, archived |
Headers | show |
Series | fix typos in comments | expand |
Hi Julia, Thanks for the patch. I appreciate the time spent finding this. Reviewed-by: Justin Ernst <justin.ernst@hpe.com> -Justin On Monday, March 14, 2022 6:53 AM, Julia Lawall wrote: > Various spelling mistakes in comments. > Detected with the help of Coccinelle. > > Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> > > --- > drivers/platform/x86/uv_sysfs.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/platform/x86/uv_sysfs.c b/drivers/platform/x86/uv_sysfs.c > index 625b0b79d185..7c7c95c59908 100644 > --- a/drivers/platform/x86/uv_sysfs.c > +++ b/drivers/platform/x86/uv_sysfs.c > @@ -555,7 +555,7 @@ static int init_pci_top_obj(struct uv_pci_top_obj *top_obj, char *line) > */ > line[6] = '_'; > > - /* Null terminate after the concatencated name tokens > + /* Null terminate after the concatenated name tokens > * to produce kobj name string. > */ > line[14] = '\0';
diff --git a/drivers/platform/x86/uv_sysfs.c b/drivers/platform/x86/uv_sysfs.c index 625b0b79d185..7c7c95c59908 100644 --- a/drivers/platform/x86/uv_sysfs.c +++ b/drivers/platform/x86/uv_sysfs.c @@ -555,7 +555,7 @@ static int init_pci_top_obj(struct uv_pci_top_obj *top_obj, char *line) */ line[6] = '_'; - /* Null terminate after the concatencated name tokens + /* Null terminate after the concatenated name tokens * to produce kobj name string. */ line[14] = '\0';
Various spelling mistakes in comments. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> --- drivers/platform/x86/uv_sysfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)