Просмотр исходного кода

[MIPS] Malta: remove a superfluous comment

Using the "We die here" comment right before calling the die()
function is an extremely vivid example of overcommenting.

Remove the redundant comment and save one line.

No functional changes introduced.

Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Dmitri Vorobiev 18 лет назад
Родитель
Сommit
a6352cddc7
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      arch/mips/mips-boards/malta/malta_int.c

+ 0 - 1
arch/mips/mips-boards/malta/malta_int.c

@@ -173,7 +173,6 @@ static void corehi_irqdispatch(void)
 		break;
 	}
 
-	/* We die here*/
 	die("CoreHi interrupt", regs);
 }