lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Sun, 19 Feb 2012 02:04:41 +0900
From:	Masanari Iida <standby24x7@...il.com>
To:	linux-kernel@...r.kernel.org, trivial@...nel.org
Subject: [PATCH Resend] [trivial] video: Fix typo in epson frambuffer driver

Correct spelling "contant" to "contact" in
drivers/video/s1d13xxxfb.c

Signed-off-by: Masanari Iida <standby24x7@...il.com>

---
 drivers/video/s1d13xxxfb.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/video/s1d13xxxfb.c b/drivers/video/s1d13xxxfb.c
index 28b1c6c..b6f6b7c 100644
--- a/drivers/video/s1d13xxxfb.c
+++ b/drivers/video/s1d13xxxfb.c
@@ -864,7 +864,7 @@ s1d13xxxfb_probe(struct platform_device *pdev)
              printk(KERN_INFO PFX
                      "unknown chip production id %i, revision %i\n",
                      prod_id, revision);
-               printk(KERN_INFO PFX "please contant maintainer\n");
+               printk(KERN_INFO PFX "please contact maintainer\n");
              goto bail;
      }

--
1.7.6.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ