Re: [PATCH v2] selftests/arm64: Fix grammatical error in string literals

2025-09-08 Thread Will Deacon
On Wed, 27 Aug 2025 00:49:13 +0300, Nikola Z. Ivanov wrote: > Fix grammatical error in + > construct related to memory allocation checks. > In essence change "Failed to allocated" to "Failed to allocate". > > Applied to arm64 (for-next/selftests), thanks! [1/1] selftests/arm64: Fix grammatica

Re: [PATCH v2] selftests/arm64: Fix grammatical error in string literals

2025-08-27 Thread Mark Brown
On Wed, Aug 27, 2025 at 12:49:13AM +0300, Nikola Z. Ivanov wrote: > Fix grammatical error in + > construct related to memory allocation checks. > In essence change "Failed to allocated" to "Failed to allocate". > > Signed-off-by: Nikola Z. Ivanov > --- > Changes in v2: > - More descriptive comm

Re: [PATCH v2] selftests/arm64: Fix grammatical error in string literals

2025-08-26 Thread Bagas Sanjaya
On 8/27/25 04:49, Nikola Z. Ivanov wrote: Fix grammatical error in + construct related to memory allocation checks. In essence change "Failed to allocated" to "Failed to allocate". LGTM, thanks! Reviewed-by: Bagas Sanjaya -- An old man doll... just what I always wanted! - Clara

[PATCH v2] selftests/arm64: Fix grammatical error in string literals

2025-08-26 Thread Nikola Z. Ivanov
Fix grammatical error in + construct related to memory allocation checks. In essence change "Failed to allocated" to "Failed to allocate". Signed-off-by: Nikola Z. Ivanov --- Changes in v2: - More descriptive commit message Original title is "Fix typos in malloc return value check" tools/tes