Re: [PATCH v2] selftests/mm/cow: Modify the incorrect checking parameters

From: Dev Jain
Date: Mon Jan 13 2025 - 01:02:47 EST




On 13/01/25 10:39 am, Hao Ge wrote:
From: Hao Ge <gehao@xxxxxxxxxx>

In the cow.c,some error handle have passed incorrect
parameters. It should be "smem", but it was mistakenly
written as "mem".

Let's fix it.

Fixes: f8664f3c4a08 ("selftests/vm: cow: basic COW tests for non-anonymous pages")
Signed-off-by: Hao Ge <gehao@xxxxxxxxxx>
---

You should also CC the person whose code you are changing, in this case, David Hildenbrand.

Reviewed-by: Dev Jain <dev.jain@xxxxxxx>