[PATCH 09/13] drm: rename drm_unplug/get_minor() to drm_minor_register/unregister()

David Herrmann dh.herrmann at gmail.com
Mon Feb 24 05:52:42 PST 2014


Hi

On Fri, Feb 21, 2014 at 8:21 AM, Thierry Reding
<thierry.reding at gmail.com> wrote:
> On Wed, Jan 29, 2014 at 03:01:56PM +0100, David Herrmann wrote:
>> drm_get_minor() no longer allocates objects, and drm_unplug_minor() is now
>> the exact reverse of it. Rename it to _register/unregister() so their
>> name actually says what they do.
>>
>> Furthermore, remove the direct minor-ptr and instead pass the minor-type.
>> This way we know the actualy slot of the minor and can reset it if
>
> Nit: "actualy" -> "actual".

Fixed.

Thanks
David


More information about the dri-devel mailing list