mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 16:49:40 +00:00
Remove a bogus word
This commit is contained in:
parent
9cf8dd43cf
commit
e9b0dcda1a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=148851
@ -45,7 +45,7 @@ static int foo_detach(device_t);
|
||||
static int foo_frob(device_t, int, int);
|
||||
static int foo_twiddle(device_t, char *);
|
||||
|
||||
static struct device_method_t foo_methods[] = {
|
||||
static device_method_t foo_methods[] = {
|
||||
/* Methods from the device interface */
|
||||
DEVMETHOD(device_probe, foo_probe),
|
||||
DEVMETHOD(device_attach, foo_attach),
|
||||
|
Loading…
Reference in New Issue
Block a user