Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753889AbaJMXoI (ORCPT ); Mon, 13 Oct 2014 19:44:08 -0400 Received: from mail-oi0-f41.google.com ([209.85.218.41]:54146 "EHLO mail-oi0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752554AbaJMXoH (ORCPT ); Mon, 13 Oct 2014 19:44:07 -0400 MIME-Version: 1.0 In-Reply-To: <1413212198.1287.9.camel@joe-AO725> References: <20141013023425.GA15452@devel> <20141013032544.GA26646@kroah.com> <1413212198.1287.9.camel@joe-AO725> Date: Tue, 14 Oct 2014 08:44:05 +0900 Message-ID: Subject: Re: [PATCH] staging: dgap: re-arrange functions for removing forward declarations. From: DaeSeok Youn To: Joe Perches Cc: Greg KH , Lidza Louina , Mark Hounschell , devel , driverdev-devel@linuxdriverproject.org, linux-kernel , Dan Carpenter Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, 2014-10-13 23:56 GMT+09:00 Joe Perches : > On Mon, 2014-10-13 at 17:01 +0900, DaeSeok Youn wrote: >> Hi, >> >> 2014-10-13 12:25 GMT+09:00 Greg KH : >> > On Mon, Oct 13, 2014 at 11:34:25AM +0900, Daeseok Youn wrote: >> >> Re-arrange the functions for removing forward declarations. >> >> >> >> Signed-off-by: Daeseok Youn >> >> --- >> >> This patch has too many changes for re-arranging the functions. >> >> So I wonder that I should break this up into smaller patches. >> > >> > Are the .o files identical before and after this patch? If so, it's >> > fine. >> Ok. I will check for that. > > The .o files shouldn't be identical after function reordering. > Is it possible to sort "objdump -d" output by function name? I'm not sure but it can be checked after sorting. I think greg want to know missing functions in this patch because this has many changes. thanks. regards, Daeseok Youn. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/