]> Zhao Yanbai Git Server - minix.git/commit
PCI driver cleanup 68/2868/1
authorLionel Sambuc <lionel@minix3.org>
Tue, 14 Oct 2014 19:38:39 +0000 (21:38 +0200)
committerLionel Sambuc <lionel@minix3.org>
Fri, 7 Nov 2014 15:20:39 +0000 (16:20 +0100)
commit6e7bb628533a753e81d9db8e675d04cc02ff2532
tree0a5ec1e54ced8bfa94519ff9f965a6adf1dfdb1a
parent3d3105466afd94fda9839da52652a1d3ce48c60e
PCI driver cleanup

 - Moved to KNF
 - Whitespace cleanup
 - Removed useless static functions prototypes
 - Renamed some file private functions by prepending '__'
 - Renamed some server-specific function by prepending '_'
 - Fixed compilation warning for WARNS= 3

Change-Id: Ie44d35839177d5ee0630cdf576660c852452ab80
minix/drivers/bus/pci/Makefile
minix/drivers/bus/pci/main.c
minix/drivers/bus/pci/pci.c
minix/drivers/bus/pci/pci.h
minix/drivers/bus/pci/pci_table.c