Re: [U-Boot] [PATCH] kconfig: fix typo 'parition'

2018-08-13 Thread Simon Goldschmidt
On Mon, Aug 13, 2018 at 12:46 PM Dr. Philipp Tomsich wrote: > > > > On 13 Aug 2018, at 11:34, Simon Goldschmidt > > wrote: > > > > %s/parition/partition > > Make this a whole sentence to make it easier to read. Sure I can. I was only following example of other such patches... Simon > > > > Si

Re: [U-Boot] [PATCH] kconfig: fix typo 'parition'

2018-08-13 Thread Dr. Philipp Tomsich
> On 13 Aug 2018, at 11:34, Simon Goldschmidt > wrote: > > %s/parition/partition Make this a whole sentence to make it easier to read. > > Signed-off-by: Simon Goldschmidt Reviewed-by: Philipp Tomsich ___ U-Boot mailing list U-Boot@lists.denx.d

[U-Boot] [PATCH] kconfig: fix typo 'parition'

2018-08-13 Thread Simon Goldschmidt
%s/parition/partition Signed-off-by: Simon Goldschmidt --- common/spl/Kconfig| 2 +- drivers/i2c/muxes/Kconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/spl/Kconfig b/common/spl/Kconfig index 0ad1e049a9..b44b7412fd 100644 --- a/common/spl/Kconfig +++