/* SPDX-License-Identifier: GPL-2.0 */ #ifndef BUG_H #define BUG_H #define BUG_ON(__BUG_ON_cond) assert(!(__BUG_ON_cond)) #define BUILD_BUG_ON(x) #define BUG() abort() #endif /* BUG_H */Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Rusty Russell | 27 | 96.43% | 1 | 50.00% |
Greg Kroah-Hartman | 1 | 3.57% | 1 | 50.00% |
Total | 28 | 100.00% | 2 | 100.00% |