#!/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 } .ch/cgit.cgi/linux/net-next.git/atom/sound/spi/Kconfig?h=nds-private-remove' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/sound/spi/Kconfig
linux/net-next.git/log/drivers/usb/gadget/Makefile?h=nds-private-remove&id=35f860f9ba6aac56cc38e8b18916d833a83f1157&showmsg=1'>Expand)
AgeCommit message (Expand)AuthorFilesLines
AuthorFilesLines