Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1467246 > unrolled thread
| Started by | Greg KH <gregkh@linuxfoundation.org> |
|---|---|
| First post | 2016-08-21 23:20 +0200 |
| Last post | 2016-08-21 23:20 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH 34/34] Staging: comedi: drivers: cd_pcidas: Compression of Greg KH <gregkh@linuxfoundation.org> - 2016-08-21 23:20 +0200
| From | Greg KH <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2016-08-21 23:20 +0200 |
| Subject | Re: [PATCH 34/34] Staging: comedi: drivers: cd_pcidas: Compression of |
| Message-ID | <s8IjU-5CK-3@gated-at.bofh.it> |
On Sat, Jul 30, 2016 at 01:04:55PM -0700, Nadim almas wrote: > This patch compresses two lines in to a single line in file > cb_pcidas.c > if immediate return statement is found. It also removes variable > bytes_written as it is no longer needed. > > It is done using script Coccinelle. And coccinelle uses following > semantic patch for this compression function: > > @@ > expression e, ret; > @@ > > -ret = > +return > e; > -return ret > > Signed-off-by: Nadim Almas <nadim.902@gmail.com> Your Subject: seems very odd, can you please fix it up? And where are the other 33 patches in this series? thanks, greg k-h
Back to top | Article view | linux.kernel
csiph-web