On 1/12/2026 11:49 AM, Mukesh Rathor wrote: > When header struct fields use very common names like "pages" or "type", > it makes it difficult to find uses of these fields with tools like grep > and cscope. Add the prefix mreg_ to some fields in struct > mshv_mem_region to make it easier to find them. > > There is no functional change. > > Signed-off-by: Mukesh Rathor <[email protected]> > --- > drivers/hv/mshv_regions.c | 44 ++++++++++++++++++------------------- > drivers/hv/mshv_root.h | 6 ++--- > drivers/hv/mshv_root_main.c | 10 ++++----- > 3 files changed, 30 insertions(+), 30 deletions(-) >
Reviewed-by: Nuno Das Neves <[email protected]>
