Re: [PATCH 6/9] staging: ion: remove struct page_info

From: Dan Carpenter
Date: Tue May 27 2014 - 17:17:21 EST


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@xxxxxxxxxxx> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/