]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
firmware: dmi_scan: Rename dmi_table to dmi_decode_table
authorIvan Khoronzhuk <ivan.khoronzhuk@globallogic.com>
Thu, 25 Jun 2015 07:06:56 +0000 (09:06 +0200)
committerJean Delvare <jdelvare@suse.de>
Thu, 25 Jun 2015 07:06:56 +0000 (09:06 +0200)
commiteb4c5ea50e60aa8faaf6aae762cb06ee1c8e0b8e
treed307d6e76cfc21a1b7e185cfbfc7475983a85b39
parentd4aeef932345ce95a56fb487531e86f1cbd7150d
firmware: dmi_scan: Rename dmi_table to dmi_decode_table

The "dmi_table" function looks like data instance, but it does DMI
table decode. This patch renames it to "dmi_decode_table" name as
more appropriate. That allows us to use "dmi_table" name for correct
purposes.

Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@globallogic.com>
Signed-off-by: Jean Delvare <jdelvare@suse.de>
drivers/firmware/dmi_scan.c