From 8d769d5533a9c7217e67b938700696f71cb4c537 Mon Sep 17 00:00:00 2001 From: Patrik Flykt Date: Thu, 15 Nov 2018 10:57:48 -0700 Subject: [PATCH] arch/xtensa: Remove identifier looking as mixed C/C++ comments The identifier looks like a mixed C/C++ comment, which is against MISRA-C rule 3.1. As the identifier is not used, remove it altogether. Signed-off-by: Patrik Flykt --- arch/xtensa/core/startup/memerror-vector.S | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/xtensa/core/startup/memerror-vector.S b/arch/xtensa/core/startup/memerror-vector.S index 90b33b4148a..50107324b70 100644 --- a/arch/xtensa/core/startup/memerror-vector.S +++ b/arch/xtensa/core/startup/memerror-vector.S @@ -1,7 +1,5 @@ /* memerror-vector.S -- Memory Error Exception Vector and Handler */ -/* $Id: //depot/rel/Foxhill/dot.5/Xtensa/OS/xtos/memerror-vector.S#1 $ */ - /* * Copyright (c) 2006-2013 Tensilica Inc. *