Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1739129
| From | Randy Dunlap <rdunlap@infradead.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH][trivial] Kconfig: Fix typos in Kconfig |
| Date | 2017-09-25 17:50 +0200 |
| Message-ID | <utDNU-8jd-11@gated-at.bofh.it> (permalink) |
| References | <uttES-1un-17@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 09/24/17 21:55, Masanari Iida wrote: > This patch fix some spelling typos found in Kconfig files. > > Signed-off-by: Masanari Iida <standby24x7@gmail.com> > diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig > index 73be3d578851..0bb7e74e1d87 100644 > --- a/arch/arm/mach-bcm/Kconfig > +++ b/arch/arm/mach-bcm/Kconfig > @@ -69,7 +69,7 @@ config ARCH_BCM_5301X > > This is a network SoC line mostly used in home routers and > wifi access points, it's internal name is Northstar. its > - This inclused the following SoC: BCM53010, BCM53011, BCM53012, > + This include the following SoC: BCM53010, BCM53011, BCM53012, includes > BCM53014, BCM53015, BCM53016, BCM53017, BCM53018, BCM4707, > BCM4708 and BCM4709. > > diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig > index 7ad6d77b2f22..9b8747ed3134 100644 > --- a/arch/xtensa/Kconfig > +++ b/arch/xtensa/Kconfig > @@ -223,7 +223,7 @@ config INITIALIZE_XTENSA_MMU_INSIDE_VMLINUX > then enter your normal kernel breakpoints once the MMU was mapped > to the kernel mappings (0XC0000000). > > - This unfortunately doesn't work for U-Boot and likley also wont > + This unfortunately doesn't work for U-Boot and likely also wont won't > work for using KEXEC to have a hot kernel ready for doing a > KDUMP. > Thanks. -- ~Randy
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH][trivial] Kconfig: Fix typos in Kconfig Masanari Iida <standby24x7@gmail.com> - 2017-09-25 07:00 +0200
Re: [PATCH][trivial] Kconfig: Fix typos in Kconfig Randy Dunlap <rdunlap@infradead.org> - 2017-09-25 17:50 +0200
[PATCH/v2] Kconfig: Fix typos in Kconfig Masanari Iida <standby24x7@gmail.com> - 2017-09-26 05:50 +0200
Re: [PATCH/v2] Kconfig: Fix typos in Kconfig Randy Dunlap <rdunlap@infradead.org> - 2017-09-26 17:30 +0200
csiph-web