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

Reply via email to