More indentation fixes in the same file.
This commit is contained in:
@@ -250,6 +250,7 @@ umc_8886_close(void *priv)
|
|||||||
free(dev);
|
free(dev);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static void *
|
static void *
|
||||||
umc_8886_init(const device_t *info)
|
umc_8886_init(const device_t *info)
|
||||||
{
|
{
|
||||||
@@ -271,6 +272,7 @@ umc_8886_init(const device_t *info)
|
|||||||
return dev;
|
return dev;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
const device_t umc_8886f_device = {
|
const device_t umc_8886f_device = {
|
||||||
"UMC 8886F",
|
"UMC 8886F",
|
||||||
DEVICE_PCI,
|
DEVICE_PCI,
|
||||||
@@ -281,7 +283,8 @@ const device_t umc_8886f_device = {
|
|||||||
{ NULL },
|
{ NULL },
|
||||||
NULL,
|
NULL,
|
||||||
NULL,
|
NULL,
|
||||||
NULL};
|
NULL
|
||||||
|
};
|
||||||
|
|
||||||
const device_t umc_8886af_device = {
|
const device_t umc_8886af_device = {
|
||||||
"UMC 8886AF",
|
"UMC 8886AF",
|
||||||
@@ -293,4 +296,5 @@ const device_t umc_8886af_device = {
|
|||||||
{ NULL },
|
{ NULL },
|
||||||
NULL,
|
NULL,
|
||||||
NULL,
|
NULL,
|
||||||
NULL};
|
NULL
|
||||||
|
};
|
||||||
|
Reference in New Issue
Block a user