Re: [PATCH v3 2/4] mm: rename my_zero_pfn() to zero_pfn()
"David Hildenbrand (Arm)" <[email protected]>
| Newsgroups | gmane.linux.ports.alpha,gmane.linux.kernel,gmane.linux.kernel.arc,gmane.linux.ports.arm.kernel,gmane.linux.ports.hexagon,gmane.linux.ports.parisc,gmane.linux.ports.ppc64.devel,gmane.linux.ports.riscv,gmane.linux.ports.sh.devel,gmane.linux.ports.sparc,gmane.linux.uml.devel,gmane.linux.kernel.mm |
|---|---|
| Message-ID | <[email protected]> |
On 2/11/26 11:31, Mike Rapoport wrote: > From: "Mike Rapoport (Microsoft)" <[email protected]> > > my_zero_pfn() is a silly name. > > Rename zero_pfn variable to zero_page_pfn and my_zero_pfn() function to > zero_pfn(). > > While on it, move extern declarations of zero_page_pfn outside the > functions that use it and add a comment about what ZERO_PAGE is. > > Signed-off-by: Mike Rapoport (Microsoft) <[email protected]> > --- Acked-by: David Hildenbrand (Arm) <[email protected]> -- Cheers, David