Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 680334

Summary: sys-kernel/gentoo-sources-5.0.2 has some typos
Product: Gentoo Linux Reporter: Helmut Jarausch <jarausch>
Component: Current packagesAssignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers <kernel>
Status: RESOLVED FIXED    
Severity: normal CC: ab4bd
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: patch correcting some typos

Description Helmut Jarausch 2019-03-14 14:32:17 UTC
Created attachment 569090 [details, diff]
patch correcting some typos

file arch/x86/events/perf_event.h contains
struct cpu_hw_events { ... }
but also some pointer definitions struct cpu_hw_event *  (note the missing trailing 's') which breaks the compilation of the kernel.
A patch is attached.
Comment 1 ernsteiswuerfel archtester 2019-03-14 15:52:28 UTC
Patch works fine. Thanks!
Comment 2 Alice Ferrazzi Gentoo Infrastructure gentoo-dev 2019-03-15 02:46:48 UTC
Thanks for the patch
Comment 3 wippie 2019-03-16 11:52:30 UTC
Confirming the patch works. Thanks!
Comment 4 Mike Pagano gentoo-dev 2019-05-16 19:23:57 UTC
Can I have your .config that produces the compilation error?