https://github.com/torvalds/linux
Revision 78d3bb4483ba1b206dbaaf209219ed517b01f7da authored by Michal Marek on 30 May 2011, 11:37:20 UTC, committed by Michal Marek on 09 June 2011, 21:05:54 UTC
expr treats all numbers as decimals, so prepending a zero is safe. Note
that the KERNEL_VERSION() macro still takes three arguments, 3.0 has to be
written as KERNEL_VERSION(3,0,0).

Signed-off-by: Michal Marek <mmarek@suse.cz>
1 parent cacd54e
History
Tip revision: 78d3bb4483ba1b206dbaaf209219ed517b01f7da authored by Michal Marek on 30 May 2011, 11:37:20 UTC
kbuild: Fix <linux/version.h> for empty SUBLEVEL or PATCHLEVEL
Tip revision: 78d3bb4
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 966 bytes
.mailmap -rw-r--r-- 4.2 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 91.9 KB
Kbuild -rw-r--r-- 2.4 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 189.8 KB
Makefile -rw-r--r-- 52.6 KB
README -rw-r--r-- 17.1 KB
REPORTING-BUGS -rw-r--r-- 3.3 KB

README

back to top