[PATCH] powerpc/pseries/vas: Fix typo
Christophe Leroy
christophe.leroy at csgroup.eu
Tue Jan 7 00:40:55 AEDT 2025
Le 06/01/2025 à 14:35, Markus Elfring a écrit :
> …
>> +++ b/arch/powerpc/platforms/book3s/vas-api.c
>> @@ -490,7 +490,7 @@ static void vas_mmap_close(struct vm_area_struct *vma)
>> * address. So it has to be the same VMA that is getting freed.
>> */
>> if (WARN_ON(txwin->task_ref.vma != vma)) {
>> - pr_err("Invalid paste address mmaping\n");
>> + pr_err("Invalid paste address mmapping\n");
>
> mapping?
Or mmap-ing , as this is the action of calling mmap() ?
>
>
>> return;
>> }
>
>
> Regards,
> Markus
More information about the Linuxppc-dev
mailing list