summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2012-01-17 00:54:36 +0200
committerAlon Levy <alevy@redhat.com>2012-10-25 12:44:51 +0200
commitfb7c6589351813b291a74a5d41f88161207e5338 (patch)
tree53a63c06cf265b695efb462bc50e574b8c06bc64
parent25ac26acd8b8b7176796ce3656b989c38e7c9710 (diff)
qxl: _num postfix consistently for relocs
-rw-r--r--include/drm/qxl_drm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/qxl_drm.h b/include/drm/qxl_drm.h
index 6751af77..636d50f9 100644
--- a/include/drm/qxl_drm.h
+++ b/include/drm/qxl_drm.h
@@ -56,7 +56,7 @@ struct drm_qxl_command {
uint32_t type;
uint32_t command_size;
uint8_t *command;
- uint32_t num_reloc;
+ uint32_t relocs_num;
struct drm_qxl_reloc* relocs;
};