mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix comments.
This commit is contained in:
parent
5fdfd0f9fc
commit
4e9e16ed7e
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue