Re: [PATCH 2/2] kernel-doc: add support for ____cacheline_aligned_in_smp attribute

From: Jonathan Corbet
Date: Tue Oct 01 2019 - 09:04:14 EST


On Tue, 17 Sep 2019 16:41:46 -0300
Andrà Almeida <andrealmeid@xxxxxxxxxxxxx> wrote:

> - if ($x =~ /(struct|union)\s+(\w+)\s*\{(.*)\}(\s*(__packed|__aligned|__attribute__\s*\(\([a-z0-9,_\s\(\)]*\)\)))*/) {
> + if ($x =~ /(struct|union)\s+(\w+)\s*\{(.*)\}(\s*(__packed|__aligned|____cacheline_aligned_in_smp|__attribute__\s*\(\([a-z0-9,_\s\(\)]*\)\)))*/) {

Sigh...scripts/kernel-doc just makes me want to cry sometimes...

I've applied both patches. Thanks, and apologies for the delay...

jon