Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1441082
| From | Takashi Iwai <tiwai@suse.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2] sound: oss: Remove useless initialisation |
| Date | 2016-07-12 08:20 +0200 |
| Message-ID | <rTZcZ-178-7@gated-at.bofh.it> (permalink) |
| References | <rTWyt-7Ks-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, 12 Jul 2016 05:24:35 +0200, Amitoj Kaur Chawla wrote: > > Remove useless initialisation of variable whose value is reinitialised > later. > > The Coccinelle semantic patch used to make this change is as follows: > @@ > type T; > identifier x; > constant C; > expression e; > @@ > > T x > - = C > ; > x = e; > > Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com> > --- > Changes in v2: > -Modify commit message Applied, thanks. Takashi
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v2] sound: oss: Remove useless initialisation Amitoj Kaur Chawla <amitoj1606@gmail.com> - 2016-07-12 05:30 +0200 Re: [PATCH v2] sound: oss: Remove useless initialisation Takashi Iwai <tiwai@suse.de> - 2016-07-12 08:20 +0200
csiph-web