microblaze: Typo s/use use/use/
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 7 Nov 2018 13:47:53 +0000 (14:47 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 7 Nov 2018 14:13:54 +0000 (15:13 +0100)
Trivial patch.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/microblaze/include/asm/pgtable.h

index f64ebb9c9a413535c105e3235eb50469d51b5697..bdfb2b3182b04c3bdbf835fcfb8ddf3fd3d131c4 100644 (file)
@@ -200,7 +200,7 @@ static inline pte_t pte_mkspecial(pte_t pte)        { return pte; }
  * is cleared in the TLB miss handler before the TLB entry is loaded.
  * - All other bits of the PTE are loaded into TLBLO without
  *  * modification, leaving us only the bits 20, 21, 24, 25, 26, 30 for
- * software PTE bits.  We actually use use bits 21, 24, 25, and
+ * software PTE bits.  We actually use bits 21, 24, 25, and
  * 30 respectively for the software bits: ACCESSED, DIRTY, RW, and
  * PRESENT.
  */