Re: [PATCH][RESEND] zlib : Fix usage example of zlib_adler32()

2015-10-05 Thread Anish Bhatt
On Mon, Oct 5, 2015 at 1:27 PM, Andrew Morton wrote: > On Mon, 5 Oct 2015 13:23:58 -0700 Anish Bhatt wrote: > >> alder32 was renamed to zlib_adler32 since before 2.6.11, update >> the example accordingly. This code does not seem to have an >> assigned maintainer. >> >> ... >> >> --- a/include/li

Re: [PATCH][RESEND] zlib : Fix usage example of zlib_adler32()

2015-10-05 Thread Andrew Morton
On Mon, 5 Oct 2015 13:23:58 -0700 Anish Bhatt wrote: > alder32 was renamed to zlib_adler32 since before 2.6.11, update > the example accordingly. This code does not seem to have an > assigned maintainer. > > ... > > --- a/include/linux/zutil.h > +++ b/include/linux/zutil.h > @@ -68,10 +68,10 @@