Re: [PATCH 3/3] firmware/dmi_scan: Constify strings

2013-07-09 Thread Jean Delvare
Hi Joe, Le Tuesday 09 July 2013 à 08:58 -0700, Joe Perches a écrit : > On Tue, 2013-07-09 at 17:43 +0200, Jean Delvare wrote: > > Add const to all DMI string pointers where this is possible. This > > fixes a checkpatch warning. > > That's a nice little improvement. Thanks. > > +++ linux-3.10-rc

Re: [PATCH 3/3] firmware/dmi_scan: Constify strings

2013-07-09 Thread Joe Perches
On Tue, 2013-07-09 at 17:43 +0200, Jean Delvare wrote: > Add const to all DMI string pointers where this is possible. This > fixes a checkpatch warning. That's a nice little improvement. > +++ linux-3.10-rc0/drivers/firmware/dmi_scan.c2013-05-04 > 11:20:52.808187924 +0200 [] > @@ -252,7

[PATCH 3/3] firmware/dmi_scan: Constify strings

2013-07-09 Thread Jean Delvare
Add const to all DMI string pointers where this is possible. This fixes a checkpatch warning. Signed-off-by: Jean Delvare --- drivers/firmware/dmi_scan.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) --- linux-3.10-rc0.orig/drivers/firmware/dmi_scan.c 2013-05-04 11:20: