Re: [patch V4 09/36] rseq: Introduce struct rseq_data
From: Thomas Gleixner
Date: Fri Sep 12 2025 - 16:45:02 EST
On Tue, Sep 09 2025 at 09:30, Mathieu Desnoyers wrote:
> On 2025-09-08 17:31, Thomas Gleixner wrote:
>> The boolean members are defined as u8 as that actually guarantees that it
>> fits. There seem to be strange architecture ABIs which need more than 8 bits
>
> seem -> seems
This is an inverted sentence, i.e. the subject is after the verb. Let me
rephrase it in the regular sentence order:
Strange architecture ABIs seem to require more than 8 bits ...
The subject is 'ABIs' which is plural. Therefore it requires the plural
form of the verb 'seem', i.e. no 's' at the end. The inversion of the
sentence does not change that at all.
Think about this variant of the sentence:
There are strange architecture ABIs ...
According to your logic this would be:
There is strange architecture ABIs ...
which is obviously wrong, no?
I'm not a native speaker, but basic grammar rules are exactly the same
for native and non-native speakers as far as I know.
Thanks,
tglx