#!/usr/bin/awk -f # extract linker version number from stdin and turn into single number { gsub(".*\\)", ""); gsub(".*version ", ""); gsub("-.*", ""); split($1,a, "."); print a[1]*100000000 + a[2]*1000000 + a[3]*10000; exit } git.distanz.ch/cgit.cgi/linux/net-next.git/atom/sound/pci/ctxfi/cthardware.h?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/sound/pci/ctxfi/cthardware.h
ux/net-next.git/log/tools/testing/selftests/x86/ldt_gdt.c?id=8364fbb497f00de21d6d347194fa8b6bbae1d6f5&showmsg=1'>Expand)
AgeCommit message (Expand)AuthorFilesLines
AuthorFilesLines