Fix spelling.
This commit is contained in:
parent
3a0e1b57bb
commit
3b5c0b51e9
@ -128,7 +128,7 @@ static struct arm_tmr_softc *arm_tmr_sc = NULL;
|
||||
static timecounter_get_t arm_tmr_get_timecount;
|
||||
|
||||
static struct timecounter arm_tmr_timecount = {
|
||||
.tc_name = "ARM MPCore Timecouter",
|
||||
.tc_name = "ARM MPCore Timecounter",
|
||||
.tc_get_timecount = arm_tmr_get_timecount,
|
||||
.tc_poll_pps = NULL,
|
||||
.tc_counter_mask = ~0u,
|
||||
|
@ -102,7 +102,7 @@ static struct bcm_systimer_softc *bcm_systimer_sc = NULL;
|
||||
static unsigned bcm_systimer_tc_get_timecount(struct timecounter *);
|
||||
|
||||
static struct timecounter bcm_systimer_tc = {
|
||||
.tc_name = "BCM2835 Timecouter",
|
||||
.tc_name = "BCM2835 Timecounter",
|
||||
.tc_get_timecount = bcm_systimer_tc_get_timecount,
|
||||
.tc_poll_pps = NULL,
|
||||
.tc_counter_mask = ~0u,
|
||||
|
@ -128,7 +128,7 @@ static struct am335x_dmtimer *am335x_dmtimer_tc_tmr = NULL;
|
||||
static unsigned am335x_dmtimer_tc_get_timecount(struct timecounter *);
|
||||
|
||||
static struct timecounter am335x_dmtimer_tc = {
|
||||
.tc_name = "AM335x Timecouter",
|
||||
.tc_name = "AM335x Timecounter",
|
||||
.tc_get_timecount = am335x_dmtimer_tc_get_timecount,
|
||||
.tc_poll_pps = NULL,
|
||||
.tc_counter_mask = ~0u,
|
||||
|
Loading…
Reference in New Issue
Block a user