Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1565202
| From | Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v8 5/5] platform/x86: fix typo in comment |
| Date | 2017-01-23 19:10 +0100 |
| Message-ID | <t2Re2-1kt-27@gated-at.bofh.it> (permalink) |
| References | <t2Re2-1kt-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
s/Acumulate/Accumulate/ Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> --- include/linux/platform_data/x86/pmc_atom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/platform_data/x86/pmc_atom.h b/include/linux/platform_data/x86/pmc_atom.h index aa8744c..e4905fe 100644 --- a/include/linux/platform_data/x86/pmc_atom.h +++ b/include/linux/platform_data/x86/pmc_atom.h @@ -50,7 +50,7 @@ BIT_ORED_DEDICATED_IRQ_GPSC | \ BIT_SHARED_IRQ_GPSS) -/* The timers acumulate time spent in sleep state */ +/* The timers accumulate time spent in sleep state */ #define PMC_S0IR_TMR 0x80 #define PMC_S0I1_TMR 0x84 #define PMC_S0I2_TMR 0x88 -- 2.7.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v8 5/5] platform/x86: fix typo in comment Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> - 2017-01-23 19:10 +0100 Re: [PATCH v8 5/5] platform/x86: fix typo in comment Stephen Boyd <sboyd@codeaurora.org> - 2017-01-27 01:30 +0100
csiph-web