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:	Thu, 20 May 2010 09:56:25 +0800
From:	Frank Pan <frankpzh@...il.com>
To:	linux-kernel@...r.kernel.org, linux-fbdev@...r.kernel.org
Subject: Comments of fbcon_cw.c made a mistake

Greetings.

Recently I'm reading linux kernel and I've found this tiny problem.

    The comment at top of fbcon_cw.c annonced it is fbcon_ud.c.

I'm strongly interested in linux kernel and wish to learn the
community. Although this problem is really not a big deal, but maybe
it's a good start, good chance to learn.

If I did anything unregular, please tell me. Thank you.

Here is my patch:

diff --git a/drivers/video/console/fbcon_cw.c b/drivers/video/console/fbcon_cw.c
index 126110f..2f51a51 100644
--- a/drivers/video/console/fbcon_cw.c
+++ b/drivers/video/console/fbcon_cw.c
@@ -1,5 +1,5 @@
/*
- *  linux/drivers/video/console/fbcon_ud.c -- Software Rotation - 90 degrees
+ *  linux/drivers/video/console/fbcon_cw.c -- Software Rotation - 90 degrees
 *
 *      Copyright (C) 2005 Antonino Daplas <adaplas @pol.net>
 *
--
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