<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 02/17/2018 01:19 PM, Pavel Machek
      wrote:<br>
    </div>
    <blockquote type="cite" cite="mid:20180217211955.GE9640@amd">
      <pre wrap="">Fix double ;;'s in code.

Signed-off-by: Pavel Machek <a class="moz-txt-link-rfc2396E" href="mailto:pavel@ucw.cz" moz-do-not-send="true"><pavel@ucw.cz></a>

diff --git a/arch/arc/kernel/setup.c b/arch/arc/kernel/setup.c
index 9d27331..ec12fe1 100644
--- a/arch/arc/kernel/setup.c
+++ b/arch/arc/kernel/setup.c
@@ -373,7 +373,7 @@ static void arc_chk_core_config(void)
 {
        struct cpuinfo_arc *cpu = &cpuinfo_arc700[smp_processor_id()];
        int saved = 0, present = 0;
-       char *opt_nm = NULL;;
+       char *opt_nm = NULL;
 
        if (!cpu->extn.timer0)
                panic("Timer0 is not present!\n");
diff --git a/arch/arc/kernel/unwind.c b/arch/arc/kernel/unwind.c
index 333daab..183391d 100644
--- a/arch/arc/kernel/unwind.c
+++ b/arch/arc/kernel/unwind.c
@@ -366,7 +366,7 @@ static void init_unwind_hdr(struct unwind_table *table,
        return;
 
 ret_err:
-       panic("Attention !!! Dwarf FDE parsing errors\n");;
+       panic("Attention !!! Dwarf FDE parsing errors\n");
 }
 </pre>
    </blockquote>
    <br>
    <font face="DejaVu Sans">I have a fix from Luis to same effect from
      Jan sitting in my for-curr<br>
      <br>
      Thx for it anyways.<br>
      <br>
      -Vineet<br>
    </font>
  </body>
</html>