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:	Fri, 21 Mar 2014 20:04:11 +0530
From:	RAGHAVENDRA GANIGA <ravi23ganiga@...il.com>
To:	a.zummo@...ertech.it, linux-kernel@...r.kernel.org,
	rtc-linux@...glegroups.com
Subject: patch to add support for rtc ds1347

i have made following modification in the 
patch i have sent previously for adding
support to maxim dallas rtc ds1347

1. space after and before /* and */ respectively
2. removed extra line space
3. added licence as GPL v2
4. changed 
	 if (dt->tm_year >= 100) 
                dt->tm_year -= 100; 
	
	dt->tm_year = dt->tm_year % 100;

I am sending the driver patch in next mail 

Thanks and regards
Raghavendra C Ganiga
--
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