[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <12B00476-1E0D-46B1-8939-DD36A0C3D197@microsoft.com>
Date: Tue, 28 Jul 2009 14:16:18 +0000
From: Hank Janssen <hjanssen@...rosoft.com>
To: Arnd Bergmann <arnd@...db.de>
CC: Nicolas Palix <npalix@...u.dk>, "gregkh@...e.de" <gregkh@...e.de>,
"kernel-janitors@...r.kernel.org" <kernel-janitors@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] Staging: hv: Transform PDEVICE_OBJECT and DEVICE_OBJECT
typedefs into their corresponding structs
Arnd,
Excellent suggestion. I will submit a patch to call it hv_vmbus_device
which makes it even more clear.
Thanks,
Hank.
On Jul 28, 2009, at 6:41 AM, "Arnd Bergmann" <arnd@...db.de> wrote:
>>
>>
>
> The patch looks technically correct and improves the code, but
> I'd suggest renaming the structure to fall into a proper namespace.
> The name device_object is extremely generic and should not be
> defined as part of a single driver.
> Simply putting it into a namespace here would make it
> hv_device_object,
> or even mshv_device_object ('hv' still is very generic), but then the
> 'object' part is still redundant. Since it is part of the 'vmbus'
> layer, how about naming it 'struct vmbus_device'?
>
> Arnd <><
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists