On Tue, Apr 03, 2018 at 04:19:38PM -0400, Aaron Conole wrote:
> Ben Pfaff writes:
>
> > The regular expression here would flag any slash that wasn't adjacent to
> > an asterisk as missing whitespace. This fixes the problem.
> >
> > Signed-off-by: Ben Pfaff
> > ---
>
> Tested-by: Aaron Conole
Ben Pfaff writes:
> The regular expression here would flag any slash that wasn't adjacent to
> an asterisk as missing whitespace. This fixes the problem.
>
> Signed-off-by: Ben Pfaff
> ---
Tested-by: Aaron Conole
I noticed that one of the raft patches flagged (which I hadn't noticed
when I t
The regular expression here would flag any slash that wasn't adjacent to
an asterisk as missing whitespace. This fixes the problem.
Signed-off-by: Ben Pfaff
---
utilities/checkpatch.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/utilities/checkpatch.py b/utilities/checkp