All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86: mtrr: Fix function descriptions
@ 2021-03-23  9:39 Wolfgang Wallner
  2021-03-24  7:09 ` Simon Glass
  2021-04-08  1:57 ` Bin Meng
  0 siblings, 2 replies; 4+ messages in thread
From: Wolfgang Wallner @ 2021-03-23  9:39 UTC (permalink / raw)
  To: u-boot

Fix copy/paste errors in the descriptions of mtrr_close () and mtrr_set().

Signed-off-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>

---

 arch/x86/include/asm/mtrr.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/x86/include/asm/mtrr.h b/arch/x86/include/asm/mtrr.h
index 3a98aacdef..384672e93f 100644
--- a/arch/x86/include/asm/mtrr.h
+++ b/arch/x86/include/asm/mtrr.h
@@ -103,7 +103,7 @@ struct mtrr_info {
 void mtrr_open(struct mtrr_state *state, bool do_caches);
 
 /**
- * mtrr_open() - Clean up after adjusting MTRRs, and enable them
+ * mtrr_close() - Clean up after adjusting MTRRs, and enable them
  *
  * This uses the structure containing information returned from mtrr_open().
  *
@@ -170,7 +170,7 @@ void mtrr_read_all(struct mtrr_info *info);
 int mtrr_set_valid(int cpu_select, int reg, bool valid);
 
 /**
- * mtrr_set() - Set the valid flag for a selected MTRR and CPU(s)
+ * mtrr_set() - Set the base address and mask for a selected MTRR and CPU(s)
  *
  * @cpu_select: Selected CPUs (either a CPU number or MP_SELECT_...)
  * @reg: MTRR register to write (0-7)
-- 
2.30.2

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] x86: mtrr: Fix function descriptions
  2021-03-23  9:39 [PATCH] x86: mtrr: Fix function descriptions Wolfgang Wallner
@ 2021-03-24  7:09 ` Simon Glass
  2021-04-08  1:57 ` Bin Meng
  1 sibling, 0 replies; 4+ messages in thread
From: Simon Glass @ 2021-03-24  7:09 UTC (permalink / raw)
  To: u-boot

On Tue, 23 Mar 2021 at 22:39, Wolfgang Wallner
<wolfgang.wallner@br-automation.com> wrote:
>
> Fix copy/paste errors in the descriptions of mtrr_close () and mtrr_set().
>
> Signed-off-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>
>
> ---
>
>  arch/x86/include/asm/mtrr.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] x86: mtrr: Fix function descriptions
  2021-03-23  9:39 [PATCH] x86: mtrr: Fix function descriptions Wolfgang Wallner
  2021-03-24  7:09 ` Simon Glass
@ 2021-04-08  1:57 ` Bin Meng
  2021-04-08  2:00   ` Bin Meng
  1 sibling, 1 reply; 4+ messages in thread
From: Bin Meng @ 2021-04-08  1:57 UTC (permalink / raw)
  To: u-boot

On Tue, Mar 23, 2021 at 5:39 PM Wolfgang Wallner
<wolfgang.wallner@br-automation.com> wrote:
>
> Fix copy/paste errors in the descriptions of mtrr_close () and mtrr_set().
>
> Signed-off-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>
>
> ---
>
>  arch/x86/include/asm/mtrr.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] x86: mtrr: Fix function descriptions
  2021-04-08  1:57 ` Bin Meng
@ 2021-04-08  2:00   ` Bin Meng
  0 siblings, 0 replies; 4+ messages in thread
From: Bin Meng @ 2021-04-08  2:00 UTC (permalink / raw)
  To: u-boot

On Thu, Apr 8, 2021 at 9:57 AM Bin Meng <bmeng.cn@gmail.com> wrote:
>
> On Tue, Mar 23, 2021 at 5:39 PM Wolfgang Wallner
> <wolfgang.wallner@br-automation.com> wrote:
> >
> > Fix copy/paste errors in the descriptions of mtrr_close () and mtrr_set().
> >
> > Signed-off-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>
> >
> > ---
> >
> >  arch/x86/include/asm/mtrr.h | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
>
> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

applied to u-boot-x86, thanks!

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-04-08  2:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-23  9:39 [PATCH] x86: mtrr: Fix function descriptions Wolfgang Wallner
2021-03-24  7:09 ` Simon Glass
2021-04-08  1:57 ` Bin Meng
2021-04-08  2:00   ` Bin Meng

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.