Messages in this thread |  | | From | Chaitanya Kulkarni <> | Subject | Re: [PATCH 1/4] mm/highmem: Lift memcpy_[to|from]_page to core | Date | Mon, 8 Feb 2021 04:34:20 +0000 |
| |
On 2/7/21 19:13, Ira Weiny wrote: >>> +static inline void memcpy_from_page(char *to, struct page *page, size_t offset, size_t len) >> How about following ? >> static inline void memcpy_from_page(char *to, struct page *page, size_t >> offset, >> size_t len) > It is an easy change and It is up to Andrew. But I thought we were making the > line length limit longer now. > > Ira > True, not sure what is the right thing going forward especially when new changes are mixed with the old ones, I'll leave it to the maintainer to decide.
|  |