Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UAPI: Strip _UAPI prefix on header install no matter the whitespace
Commit 56c176c ("UAPI: strip the _UAPI prefix from header guards during header installation") strips the _UAPI prefix from header guards, but only if there's a single space between the cpp directive and the label. Make it more flexible and able to handle tabs and multiple white space characters. Signed-off-by: David Howells <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information