diff options
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2015-03-27 09:51:55 -0400 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2015-03-27 11:08:29 -0400 |
commit | 9c7d3d3e289c9870ae688780a0f9807bb5ae9faf (patch) | |
tree | 9a60b3db45c3ad130257c2e6f4155afb954856f4 /scripts/spelling.txt | |
parent | 4218a32f55fc71983e4c1c6e5b98b28db8226b3b (diff) |
drm: Fix DRM_IOCTL_DEF_DRV()
Currently DRM_IOCTL_DEF_DRV does '[DRM_IOCTL_NR(DRM_##ioctl)]' which
doesn't make much sense since DRM_##ioctl is already a the raw ioctl
number. So change it to 'DRM_IOCTL_NR(DRM_IOCTL_##ioctl) - DRM_COMMAND_BASE'
which means the DRM_IOCTL_NR() now makes sense, and also this also means
if there's a mistake in the DRM_IOCTL_##ioctl macros we might get a
warning about it (eg. we would have gotten a sparse warning about the
i915 colorkey get/set ioctl being defined to be the same thing).
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'scripts/spelling.txt')
0 files changed, 0 insertions, 0 deletions