Fix comments.

This commit is contained in:
cognet 2006-07-17 21:18:03 +00:00
parent 010b2aa1be
commit 6f4a8fcf1d
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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)