Index: kernel/arch/sparc64/include/mm/tsb.h
===================================================================
--- kernel/arch/sparc64/include/mm/tsb.h	(revision 78595d6da1d919a9ecacafa878d040aaf6b4ce80)
+++ kernel/arch/sparc64/include/mm/tsb.h	(revision b63a7cc2e041ecffd46183cd61923f532c13d113)
@@ -43,5 +43,5 @@
  * in TLBs - only one TLB entry will do.
  */
-#define TSB_SIZE			2			/* when changing this, change as.c as well */
+#define TSB_SIZE			2	/* when changing this, change as.c as well */
 #define ITSB_ENTRY_COUNT		(512*(1<<TSB_SIZE))
 #define DTSB_ENTRY_COUNT		(512*(1<<TSB_SIZE))
Index: kernel/arch/sparc64/include/trap/mmu.h
===================================================================
--- kernel/arch/sparc64/include/trap/mmu.h	(revision 78595d6da1d919a9ecacafa878d040aaf6b4ce80)
+++ kernel/arch/sparc64/include/trap/mmu.h	(revision b63a7cc2e041ecffd46183cd61923f532c13d113)
@@ -61,5 +61,4 @@
 	 * First, try to refill TLB from TSB.
 	 */
-
 #ifdef CONFIG_TSB
 	ldxa [%g0] ASI_IMMU, %g1			! read TSB Tag Target Register
@@ -85,5 +84,5 @@
 #ifdef CONFIG_TSB
 	ldxa [%g0] ASI_DMMU, %g1			! read TSB Tag Target Register
-	srlx %g1, TSB_TAG_TARGET_CONTEXT_SHIFT, %g2	! is this kernel miss?
+	srlx %g1, TSB_TAG_TARGET_CONTEXT_SHIFT, %g2	! is this a kernel miss?
 	brz,pn %g2, 0f
 	ldxa [%g0] ASI_DMMU_TSB_8KB_PTR_REG, %g3	! read TSB 8K Pointer
