Fix comments.

This commit is contained in:
Olivier Houchard 2006-07-17 21:18:03 +00:00
parent 5fdfd0f9fc
commit 4e9e16ed7e
2 changed files with 2 additions and 2 deletions
sys/dev/spibus

@ -1,4 +1,4 @@
/ * $FreeBSD$ */
/* $FreeBSD$ */
struct spi_command {
void *tx_cmd;

@ -1,4 +1,4 @@
/ * $FreeBSD$ */
/* $FreeBSD$ */
#define SPIBUS_IVAR(d) (struct spibus_ivar *) device_get_ivars(d)
#define SPIBUS_SOFTC(d) (struct spibus_softc *) device_get_softc(d)