cregit-Linux how code gets into the kernel

Release 4.9 tools/lib/lockdep/uinclude/linux/stringify.h

#ifndef _LIBLOCKDEP_LINUX_STRINGIFY_H_

#define _LIBLOCKDEP_LINUX_STRINGIFY_H_


#define __stringify_1(x...)	#x

#define __stringify(x...)	__stringify_1(x)

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
sasha levinsasha levin24100.00%1100.00%
Total24100.00%1100.00%