Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1685219
| From | Greg KH <gregkh@linuxfoundation.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 7/7] Staging: rtl8712 : rtl871x_io.c:fix coding style of kmalloc usage |
| Date | 2017-07-11 19:10 +0200 |
| Message-ID | <u26PE-56j-33@gated-at.bofh.it> (permalink) |
| References | <tZtz3-76W-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, Jul 04, 2017 at 04:11:31PM +0530, Jaya Durga wrote: > CHECK: multiple assignments should be avoided > CHECK: Prefer kmalloc(sizeof(*pintf_hdl->pintfpriv)...) > over kmalloc(sizeof(struct intf_priv)...) > > Signed-off-by: Jaya Durga <jayad@cdac.in> > --- > drivers/staging/rtl8712/rtl871x_io.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Where are the other 6 patches in this series? I can't apply just one of them :(
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 7/7] Staging: rtl8712 : rtl871x_io.c:fix coding style of kmalloc usage Jaya Durga <rjdurga@gmail.com> - 2017-07-04 12:50 +0200 Re: [PATCH 7/7] Staging: rtl8712 : rtl871x_io.c:fix coding style of kmalloc usage Greg KH <gregkh@linuxfoundation.org> - 2017-07-11 19:10 +0200
csiph-web