Searched hist:"33 eebb6a7591245d4d8c729c1d8a01c01d6c0f3a" (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/xen/blkfront/ |
H A D | block.h | diff 33eebb6a7591245d4d8c729c1d8a01c01d6c0f3a Fri May 31 23:05:07 CEST 2013 Justin T. Gibbs <gibbs@FreeBSD.org> Style cleanups. No intended functional changes.
o This driver is the "xbd" driver, not the "blkfront", "blkif", "xbf", or "xb" driver. Use the "xbd_" naming conventions for all functions, structures, and constants. o The prevailing convention for structure fields in this driver is to prefix them with an abreviation of the structure type. Update "recently added" fields to match this style. o Remove unused data structures. o Remove superfluous casts. o Make a pass over the whole driver and bring it closer to style(9) conformance.
Sponsored by: Spectra Logic Corporation MFC after: 1 week
|
H A D | blkfront.c | diff 33eebb6a7591245d4d8c729c1d8a01c01d6c0f3a Fri May 31 23:05:07 CEST 2013 Justin T. Gibbs <gibbs@FreeBSD.org> Style cleanups. No intended functional changes.
o This driver is the "xbd" driver, not the "blkfront", "blkif", "xbf", or "xb" driver. Use the "xbd_" naming conventions for all functions, structures, and constants. o The prevailing convention for structure fields in this driver is to prefix them with an abreviation of the structure type. Update "recently added" fields to match this style. o Remove unused data structures. o Remove superfluous casts. o Make a pass over the whole driver and bring it closer to style(9) conformance.
Sponsored by: Spectra Logic Corporation MFC after: 1 week
|