mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
Use same style for cdevsw as the rest of our drivers.
This commit is contained in:
parent
d1dc3136b2
commit
f8f3930958
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=125808
@ -39,11 +39,11 @@ static d_ioctl_t ips_ioctl;
|
||||
|
||||
#define IPS_CDEV_MAJOR 175
|
||||
static struct cdevsw ips_cdevsw = {
|
||||
.d_open = ips_open,
|
||||
.d_close = ips_close,
|
||||
.d_ioctl = ips_ioctl,
|
||||
.d_name = "ips",
|
||||
.d_maj = IPS_CDEV_MAJOR,
|
||||
.d_open = ips_open,
|
||||
.d_close = ips_close,
|
||||
.d_ioctl = ips_ioctl,
|
||||
.d_name = "ips",
|
||||
.d_maj = IPS_CDEV_MAJOR,
|
||||
};
|
||||
|
||||
static const char* ips_adapter_name[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user