mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 08:12:27 -04:00
ciss: Minor formatting nit.
PR: 246279 Reviewed by: imp Tested by: Marek Zarychta Differential Revision: https://reviews.freebsd.org/D25155
This commit is contained in:
parent
63e282288e
commit
f03e1a42e9
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ struct ciss_softc
|
|||
{
|
||||
/* bus connections */
|
||||
device_t ciss_dev; /* bus attachment */
|
||||
struct cdev *ciss_dev_t; /* control device */
|
||||
struct cdev *ciss_dev_t; /* control device */
|
||||
|
||||
struct resource *ciss_regs_resource; /* register interface window */
|
||||
int ciss_regs_rid; /* resource ID */
|
||||
|
|
|
|||
Loading…
Reference in a new issue