public inbox for kernel-janitors@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] add missing calls to kfree
@ 2016-08-12 14:15 Quentin Lambert
  2016-08-12 14:15 ` [PATCH v2 1/2] staging: rts5208/ms.c: change the label name to respect the coding style Quentin Lambert
  2016-08-12 14:15 ` [PATCH v2 2/2] staging: rts5208/ms.c: add missing releases in mg_get_local_EKB and mg_get_ICV Quentin Lambert
  0 siblings, 2 replies; 3+ messages in thread
From: Quentin Lambert @ 2016-08-12 14:15 UTC (permalink / raw)
  To: Greg Kroah-Hartman, devel, linux-kernel; +Cc: kernel-janitors

The first patch is a style fix, the second add calls to kfree.
The reason for me thinking that they are necessary is that every other branches
leading to an error return are jumping to the same destination.

v2: add a commit message to the first patch

---
 drivers/staging/rts5208/ms.c |   18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)
---

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-08-12 14:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-12 14:15 [PATCH v2 0/2] add missing calls to kfree Quentin Lambert
2016-08-12 14:15 ` [PATCH v2 1/2] staging: rts5208/ms.c: change the label name to respect the coding style Quentin Lambert
2016-08-12 14:15 ` [PATCH v2 2/2] staging: rts5208/ms.c: add missing releases in mg_get_local_EKB and mg_get_ICV Quentin Lambert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox