mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 22:51:42 +00:00
92151b0a23
Add ERR_CAST(), so that tools can use it, just like the kernel.
This addresses coccinelle checks that are being performed to tools/ in
addition to kernel sources, so lets add this to cover that and to get
tools code closer to kernel coding standards.
This originally was introduced in the kernel headers in this cset:
|
||
---|---|---|
.. | ||
asm | ||
asm-generic | ||
linux | ||
tools | ||
trace/events | ||
uapi |