]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/rtc/rtc-ds1302.c
block: integrity checkpatch cleanups
[linux-2.6-omap-h63xx.git] / drivers / rtc / rtc-ds1302.c
index 7b002ceeaa7dab6a6d8336b601cbc20e8d888566..b9397818f73a6fd22b118a5643fd768a15b4d5ee 100644 (file)
@@ -122,7 +122,7 @@ static int ds1302_rtc_read_time(struct device *dev, struct rtc_time *tm)
 
        dev_dbg(dev, "%s: tm is secs=%d, mins=%d, hours=%d, "
                "mday=%d, mon=%d, year=%d, wday=%d\n",
-               __FUNCTION__,
+               __func__,
                tm->tm_sec, tm->tm_min, tm->tm_hour,
                tm->tm_mday, tm->tm_mon + 1, tm->tm_year, tm->tm_wday);