From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756445Ab0BRAQl (ORCPT ); Wed, 17 Feb 2010 19:16:41 -0500 Received: from kroah.org ([198.145.64.141]:49919 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754289Ab0BRAQU (ORCPT ); Wed, 17 Feb 2010 19:16:20 -0500 Date: Wed, 17 Feb 2010 15:52:23 -0800 From: Greg KH To: Haiyang Zhang Cc: "'linux-kernel@vger.kernel.org'" , "devel@driverdev.osuosl.org" , Hank Janssen , "'gregkh@suse.de'" Subject: Re: [PATCH 1/1] Stage: hv: Rename struct device_context and re-arrange the fields inside (re-formatted) Message-ID: <20100217235223.GG12197@kroah.com> References: <1FB5E1D5CA062146B38059374562DF725A908A11@TK5EX14MBXC126.redmond.corp.microsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1FB5E1D5CA062146B38059374562DF725A908A11@TK5EX14MBXC126.redmond.corp.microsoft.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 17, 2010 at 08:58:47PM +0000, Haiyang Zhang wrote: > From: Haiyang Zhang > > Rename struct device_context and re-arrange the fields inside. > Rename struct device_context to struct vm_device, and move > struct device field to the end according to Document/driver-model standard. Ok, I fixed the patch up, but it looks like you did not make this against the linux-next tree, but against Linus's tree, right? The code has changed since Linus's tree a bit in places (dead code was removed), and it conflicted with this patch. Next time please be more careful. thanks, greg k-h