aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ata/ata-all.c2
-rw-r--r--sys/dev/sio/sio.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ata/ata-all.c b/sys/dev/ata/ata-all.c
index 4b9aa69faecc..c48cca9b6ffa 100644
--- a/sys/dev/ata/ata-all.c
+++ b/sys/dev/ata/ata-all.c
@@ -1615,7 +1615,7 @@ ata_change_mode(struct ata_softc *scp, int32_t device, int32_t mode)
}
static int
-sysctl_hw_ata (SYSCTL_HANDLER_ARGS)
+sysctl_hw_ata(SYSCTL_HANDLER_ARGS)
{
struct ata_softc *scp;
int ctlr, error, i;
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c
index 50b32e39ec5d..07c89a41ef60 100644
--- a/sys/dev/sio/sio.c
+++ b/sys/dev/sio/sio.c
@@ -459,7 +459,7 @@ static Port_t likely_esp_ports[] = { 0x140, 0x180, 0x280, 0 };
*/
static int
-sysctl_machdep_comdefaultrate (SYSCTL_HANDLER_ARGS)
+sysctl_machdep_comdefaultrate(SYSCTL_HANDLER_ARGS)
{
int error, s;
speed_t newspeed;