[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140527211652.GR15585@mwanda>
Date: Wed, 28 May 2014 00:16:52 +0300
From: Dan Carpenter <dan.carpenter@...cle.com>
To: Mitchel Humpherys <mitchelh@...eaurora.org>
Cc: Heesub Shin <heesub.shin@...sung.com>, devel@...verdev.osuosl.org,
Sunghwan Yun <sunghwan.yun@...sung.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Daeseok Youn <daeseok.youn@...il.com>,
linux-kernel@...r.kernel.org,
Arve Hjønnevåg <arve@...roid.com>,
John Stultz <john.stultz@...aro.org>,
Colin Cross <ccross@...roid.com>,
Rebecca Schultz Zavin <rebecca@...roid.com>
Subject: Re: [PATCH 6/9] staging: ion: remove struct page_info
On Tue, May 27, 2014 at 11:36:07AM -0700, Mitchel Humpherys wrote:
> On Mon, May 26 2014 at 03:04:58 AM, Heesub Shin <heesub.shin@...sung.com> wrote:
> > -static struct page_info *alloc_largest_available(struct ion_system_heap *heap,
> > - struct ion_buffer *buffer,
> > - unsigned long size,
> > - unsigned int max_order)
> > +static struct page *alloc_largest_available(struct ion_system_heap *heap,
> > + struct ion_buffer *buffer,
> > + unsigned long size,
> > + unsigned int max_order)
>
> Was this whitespace-only change intentional?
Yes. It's correct.
Heesub changed "page_info" to "page" and that forced a re-alignment of
the parameters.
regards,
dan carpenter
--
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