All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH libdrm 0/4] Minor cleanups
@ 2014-04-08 20:49 Thierry Reding
  2014-04-08 20:49 ` [PATCH libdrm 1/4] Mark functions printf-like where possible Thierry Reding
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Thierry Reding @ 2014-04-08 20:49 UTC (permalink / raw)
  To: dri-devel

From: Thierry Reding <treding@nvidia.com>

These four patches clean up some minor issues in libdrm. Patch 1 makes
gcc aware of various functions (such as drmMsg(), drm_debug_print(),
etc) being printf-like and patches 2 and 3 fix up a number of warnings
flagged as a result of that.

Patch 4 uses drmFreeVersion() instead of drmFree() to free a drmVersion
structure to prevent memory leaks.

Thierry

Thierry Reding (4):
  Mark functions printf-like where possible
  intel: Fix some format strings
  libdrm: Remove extraneous parameter
  tests: Use drmFreeVersion() instead of drmFree()

 intel/intel_bufmgr_fake.c | 20 ++++++++++----------
 intel/intel_decode.c      |  7 ++-----
 tests/drmstat.c           |  2 +-
 tests/getversion.c        |  2 +-
 xf86drm.c                 | 12 ++++++++----
 xf86drm.h                 |  2 +-
 6 files changed, 23 insertions(+), 22 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2014-04-17 14:27 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-08 20:49 [PATCH libdrm 0/4] Minor cleanups Thierry Reding
2014-04-08 20:49 ` [PATCH libdrm 1/4] Mark functions printf-like where possible Thierry Reding
2014-04-08 20:49 ` [PATCH libdrm 2/4] intel: Fix some format strings Thierry Reding
2014-04-08 20:49 ` [PATCH libdrm 3/4] libdrm: Remove extraneous parameter Thierry Reding
2014-04-08 20:49 ` [PATCH libdrm 4/4] tests: Use drmFreeVersion() instead of drmFree() Thierry Reding
2014-04-08 21:38 ` [PATCH libdrm 0/4] Minor cleanups Eric Anholt
2014-04-09  7:30   ` Thierry Reding
2014-04-11 20:18     ` Eric Anholt
2014-04-17 14:26       ` Thierry Reding

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.