Michal Privoznik
857df2fe50
lib: Drop intermediary return variables
...
In a few places we declare a variable (which is optionally
followed by a code not touching it) then set the variable to a
value and return the variable immediately. It's obvious that the
variable is needless and the value can be returned directly
instead.
This patch was generated using this semantic patch:
@@
type T;
identifier ret;
expression E;
@@
- T ret;
... when != ret
when strict
- ret = E;
- return ret;
+ return E;
After that I fixed couple of formatting issues because coccinelle
formatted some lines differently than our coding style.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
2021-10-25 12:48:46 +02:00
..
2021-10-20 16:52:45 +02:00
2021-08-17 13:50:38 +02:00
2021-07-20 16:43:46 +02:00
2021-07-16 14:50:57 +02:00
2021-07-16 14:50:57 +02:00
2021-07-16 14:50:57 +02:00
2021-09-14 14:24:07 -05:00
2021-10-21 17:34:04 +01:00
2021-10-21 17:34:04 +01:00
2021-08-20 15:43:17 +02:00
2021-10-20 16:52:45 +02:00
2021-09-23 14:48:51 +02:00
2021-10-22 07:00:44 +02:00
2021-08-25 15:32:44 +02:00
2021-07-12 16:34:07 +02:00
2021-10-20 16:52:45 +02:00
2021-10-15 12:48:47 +02:00
2021-07-15 14:50:48 +02:00
2021-09-09 15:29:00 +02:00
2021-08-19 13:32:10 +02:00
2021-09-08 15:13:12 +02:00
2021-10-25 12:48:46 +02:00
2021-09-09 18:06:13 +02:00
2021-10-01 10:58:27 +02:00
2021-09-09 18:06:13 +02:00
2021-09-09 18:06:13 +02:00
2021-09-08 15:31:01 +02:00
2021-09-09 18:06:13 +02:00
2021-09-09 18:06:13 +02:00
2021-09-09 18:06:13 +02:00
2021-09-09 18:06:13 +02:00
2021-09-09 18:06:13 +02:00
2021-09-09 18:06:13 +02:00
2021-09-09 18:06:13 +02:00
2021-09-09 18:06:13 +02:00
2021-10-21 17:34:04 +01:00
2021-09-09 18:06:13 +02:00
2021-09-09 18:06:13 +02:00
2021-09-09 18:06:13 +02:00
2021-09-09 18:06:13 +02:00
2021-09-09 18:06:13 +02:00
2021-09-14 14:24:07 -05:00
2021-10-21 17:34:04 +01:00
2021-09-09 18:06:13 +02:00
2021-09-09 18:06:13 +02:00
2021-09-09 18:06:13 +02:00
2021-09-09 18:06:13 +02:00
2021-10-18 12:09:33 +02:00
2021-09-09 18:06:13 +02:00
2021-09-09 18:06:13 +02:00
2021-09-22 14:53:56 +02:00
2021-08-20 15:19:35 +02:00
2021-09-09 18:06:13 +02:00
2021-09-09 18:06:13 +02:00
2021-09-21 12:25:42 +02:00
2021-09-24 10:37:01 +02:00
2021-10-22 07:00:44 +02:00
2021-10-18 14:00:58 +02:00
2021-10-20 13:43:37 +02:00
2021-10-25 12:48:46 +02:00
2021-10-25 12:48:46 +02:00
2021-08-26 09:16:44 +02:00
2021-10-25 12:48:46 +02:00
2021-10-18 14:00:59 +02:00
2021-10-12 10:26:00 +02:00
2021-09-09 18:06:13 +02:00
2021-09-09 18:06:13 +02:00
2021-09-09 18:06:13 +02:00
2021-08-16 14:22:38 +02:00
2021-09-09 18:06:13 +02:00
2021-10-21 17:34:04 +01:00
2021-10-21 17:34:04 +01:00
2021-09-09 18:06:13 +02:00
2021-09-23 14:48:51 +02:00
2021-08-23 14:43:57 +02:00
2021-10-18 14:00:58 +02:00
2021-10-18 14:00:58 +02:00
2021-09-09 18:06:13 +02:00
2021-06-15 11:03:56 +02:00
2021-09-09 18:06:13 +02:00
2021-09-09 18:06:13 +02:00
2021-09-09 18:06:13 +02:00
2021-09-22 14:53:55 +02:00
2021-09-09 18:06:13 +02:00
2021-09-09 18:06:13 +02:00
2021-09-09 18:06:13 +02:00
2021-08-06 08:53:25 +02:00
2021-09-21 14:09:44 +02:00
2021-09-09 18:06:13 +02:00
2021-09-09 18:06:13 +02:00
2021-09-09 18:06:13 +02:00
2021-09-09 18:06:13 +02:00
2021-09-09 18:06:13 +02:00
2021-08-20 16:43:20 +02:00
2021-08-20 16:43:20 +02:00
2021-10-25 12:48:46 +02:00
2021-10-15 16:03:22 +02:00
2021-09-09 18:06:13 +02:00
2021-09-09 18:06:13 +02:00
2021-09-09 18:06:13 +02:00
2021-09-09 18:06:13 +02:00
2021-10-25 12:48:46 +02:00
2021-10-21 17:34:04 +01:00
2021-10-21 17:34:04 +01:00
2021-09-09 18:06:13 +02:00
2021-09-09 18:06:13 +02:00
2021-09-09 18:06:13 +02:00
2021-09-23 13:41:39 +02:00
2021-09-17 14:28:00 +02:00
2021-09-09 18:06:13 +02:00
2021-09-09 18:06:13 +02:00
2021-09-09 18:06:13 +02:00
2021-09-09 18:06:13 +02:00
2021-10-25 12:48:46 +02:00
2021-09-09 18:06:13 +02:00
2021-09-09 18:06:13 +02:00
2021-09-09 18:06:13 +02:00
2021-09-09 18:06:13 +02:00
2021-09-09 18:06:13 +02:00
2021-09-09 18:06:13 +02:00
2021-09-09 18:06:13 +02:00