lantiq: ltq-adsl-mei: fix typo
authorJohn Crispin <john@openwrt.org>
Wed, 23 Dec 2015 18:25:03 +0000 (18:25 +0000)
committerJohn Crispin <john@openwrt.org>
Wed, 23 Dec 2015 18:25:03 +0000 (18:25 +0000)
Signed-off-by: Mathias Kresin <openwrt@kresin.me>
SVN-Revision: 47995

package/kernel/lantiq/ltq-adsl-mei/patches/100_no-date-time.patch

index 741c5b7e498fbb05782021f313326c23837c5b95..219243ff771de7f00b0a44887d3b3f9cc88288fd 100644 (file)
@@ -6,7 +6,7 @@
     seq_printf(s, "%s" MEI_DRV_CRLF, &MEI_WHATVERSION[4]);
 -   seq_printf(s, "Compiled on %s, %s for Linux kernel %s (jiffies: %ld)" MEI_DRV_CRLF,
 -                                    __DATE__, __TIME__, UTS_RELEASE, jiffies);
-+   seq_printf(s, "Compiled on for Linux kernel %s (jiffies: %ld)" MEI_DRV_CRLF,
++   seq_printf(s, "Compiled for Linux kernel %s (jiffies: %ld)" MEI_DRV_CRLF,
 +                                    UTS_RELEASE, jiffies);
  }