Guenter Roeck
ff56121e71
hwmon: (adt7411) Use HWMON_CHANNEL_INFO macro
...
The HWMON_CHANNEL_INFO macro simplifies the code, reduces the likelihood
of errors, and makes the code easier to read.
The conversion was done automatically with coccinelle. The semantic patch
used to make this change is as follows.
@r@
initializer list elements;
identifier i;
@@
-u32 i[] = {
- elements,
- 0
-};
@s@
identifier r.i,j,ty;
@@
-struct hwmon_channel_info j = {
- .type = ty,
- .config = i,
-};
@script:ocaml t@
ty << s.ty;
elements << r.elements;
shorter;
elems;
@@
shorter :=
make_ident (List.hd(List.rev (Str.split (Str.regexp "_") ty)));
elems :=
make_ident
(String.concat ","
(List.map (fun x -> Printf.sprintf "\n\t\t\t %s" x)
(Str.split (Str.regexp " , ") elements)))
@@
identifier s.j,t.shorter;
identifier t.elems;
@@
- &j
+ HWMON_CHANNEL_INFO(shorter,elems)
This patch does not introduce functional changes. Many thanks to
Julia Lawall for providing the semantic patch.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
2019-04-15 17:19:53 -07:00
..
2019-04-15 17:19:23 -07:00
2019-02-18 14:23:29 -08:00
2014-10-03 08:19:02 -07:00
2014-10-20 16:20:36 +02:00
2014-10-20 16:20:36 +02:00
2018-12-16 15:13:30 -08:00
2018-12-16 15:13:31 -08:00
2018-12-16 15:13:31 -08:00
2018-12-16 15:13:32 -08:00
2019-02-25 09:06:00 -08:00
2018-12-16 15:13:33 -08:00
2018-12-16 15:13:33 -08:00
2018-12-16 15:13:34 -08:00
2017-01-02 10:19:45 -08:00
2017-01-02 10:19:45 -08:00
2019-02-18 14:23:29 -08:00
2017-01-02 10:19:45 -08:00
2017-01-02 10:19:45 -08:00
2018-12-16 15:13:35 -08:00
2018-12-16 15:13:35 -08:00
2018-12-16 15:13:36 -08:00
2018-12-16 15:13:38 -08:00
2017-11-02 11:10:55 +01:00
2015-10-28 10:30:17 +09:00
2019-04-15 17:19:53 -07:00
2019-02-18 14:23:29 -08:00
2018-12-16 15:13:37 -08:00
2018-12-16 15:13:37 -08:00
2018-12-16 15:13:38 -08:00
2018-12-16 15:13:39 -08:00
2017-01-02 10:19:45 -08:00
2017-10-29 18:36:03 -07:00
2018-12-16 15:13:39 -08:00
2018-12-16 15:13:47 -08:00
2017-01-02 10:19:45 -08:00
2018-12-16 15:13:41 -08:00
2018-12-16 15:13:41 -08:00
2018-12-16 15:13:42 -08:00
2019-02-18 14:23:29 -08:00
2017-01-10 08:57:55 -08:00
2018-12-16 15:13:43 -08:00
2018-12-16 15:13:43 -08:00
2018-12-16 15:13:45 -08:00
2018-12-16 15:13:44 -08:00
2018-12-16 15:13:44 -08:00
2017-01-02 10:19:45 -08:00
2019-02-18 14:23:29 -08:00
2017-01-02 10:19:45 -08:00
2018-12-16 15:13:45 -08:00
2018-12-16 15:13:46 -08:00
2017-01-02 10:19:45 -08:00
2018-03-10 19:00:14 -08:00
2019-02-18 14:23:29 -08:00
2019-02-18 14:23:29 -08:00
2019-02-18 14:23:29 -08:00
2019-02-18 14:23:29 -08:00
2018-02-15 01:15:52 +01:00
2019-02-18 14:23:29 -08:00
2019-02-18 14:23:29 -08:00
2019-02-18 14:23:29 -08:00
2019-02-18 14:23:29 -08:00
2019-02-18 14:23:29 -08:00
2018-11-04 15:55:12 -08:00
2019-02-18 14:23:29 -08:00
2018-12-16 15:13:28 -08:00
2019-02-18 14:23:29 -08:00
2019-02-18 14:23:29 -08:00
2017-08-13 08:24:38 -07:00
2019-02-18 14:23:29 -08:00
2017-01-02 10:19:45 -08:00
2019-02-18 14:23:29 -08:00
2018-12-28 19:48:25 -08:00
2019-04-15 17:19:53 -07:00
2019-02-18 14:23:29 -08:00
2018-12-16 15:13:13 -08:00
2017-01-21 12:26:38 -08:00
2019-02-18 14:23:29 -08:00
2019-02-18 14:23:29 -08:00
2019-02-18 14:23:29 -08:00
2017-01-02 10:19:45 -08:00
2019-02-18 14:23:29 -08:00
2019-02-18 14:23:29 -08:00
2019-02-18 14:23:29 -08:00
2017-04-13 06:09:26 -07:00
2019-02-18 14:23:29 -08:00
2019-02-18 14:23:29 -08:00
2019-02-18 14:23:29 -08:00
2018-12-16 15:13:24 -08:00
2019-02-18 14:23:29 -08:00
2019-02-18 14:23:29 -08:00
2019-04-15 17:19:53 -07:00
2018-12-16 15:13:23 -08:00
2019-02-18 14:23:29 -08:00
2019-02-18 14:23:29 -08:00
2018-12-16 15:13:29 -08:00
2019-02-18 14:23:29 -08:00
2019-02-18 14:23:29 -08:00
2018-12-16 15:13:25 -08:00
2019-02-18 14:23:29 -08:00
2017-09-01 07:24:14 -07:00
2019-04-15 17:19:53 -07:00
2018-07-07 17:52:26 +02:00
2017-01-02 10:19:45 -08:00
2019-02-18 14:23:29 -08:00
2014-08-04 07:01:39 -07:00
2017-10-29 18:36:03 -07:00
2019-02-18 14:23:29 -08:00
2019-02-18 14:23:29 -08:00
2019-02-18 14:23:29 -08:00
2018-12-16 15:13:27 -08:00
2019-02-18 14:23:29 -08:00
2019-02-18 14:23:29 -08:00
2019-02-18 14:23:29 -08:00
2019-02-18 14:23:29 -08:00
2017-01-02 10:19:45 -08:00
2014-11-03 19:53:56 -08:00
2019-04-15 17:19:53 -07:00
2018-06-12 16:19:22 -07:00
2019-01-27 18:55:49 -08:00
2018-12-16 15:13:25 -08:00
2019-04-15 17:19:53 -07:00
2018-10-23 00:58:12 +01:00
2019-02-18 14:23:29 -08:00
2019-04-15 17:19:53 -07:00
2019-02-18 14:23:29 -08:00
2019-02-18 14:23:29 -08:00
2017-01-02 10:19:45 -08:00
2019-02-18 14:23:29 -08:00
2019-04-15 17:19:23 -07:00
2018-11-13 09:33:32 -08:00
2014-10-20 16:20:36 +02:00
2017-01-02 10:19:45 -08:00
2019-02-18 14:23:29 -08:00
2019-02-18 14:23:29 -08:00
2019-02-18 14:23:29 -08:00
2019-02-18 14:23:29 -08:00
2019-02-18 14:23:29 -08:00
2019-02-18 14:23:29 -08:00
2019-02-18 14:23:29 -08:00
2014-06-12 08:36:48 -07:00
2017-01-02 10:19:45 -08:00
2014-08-04 07:01:37 -07:00
2019-02-18 14:23:29 -08:00
2017-01-02 10:19:45 -08:00
2017-01-02 10:19:45 -08:00
2019-02-18 14:23:29 -08:00
2019-02-18 14:23:29 -08:00
2019-02-18 14:23:29 -08:00
2014-08-04 07:01:39 -07:00
2019-02-18 14:23:29 -08:00
2019-02-18 14:23:29 -08:00
2018-09-07 13:03:55 +01:00
2018-12-16 15:13:28 -08:00
2019-02-18 14:23:29 -08:00
2014-10-20 16:20:36 +02:00
2019-02-18 14:23:29 -08:00
2017-01-02 10:19:45 -08:00
2019-02-18 14:23:29 -08:00
2014-10-20 16:20:36 +02:00
2017-01-02 10:19:45 -08:00
2014-08-04 07:01:34 -07:00
2017-04-02 07:01:53 -07:00
2017-01-02 10:19:45 -08:00
2018-01-02 15:05:34 -08:00
2017-11-16 01:01:55 -08:00
2017-11-16 01:02:23 -08:00
2017-11-16 01:02:43 -08:00
2017-11-16 01:03:19 -08:00
2018-11-18 14:34:56 -08:00
2014-10-20 16:20:36 +02:00
2014-10-20 16:20:36 +02:00
2017-11-01 06:14:52 -07:00