X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor-pkg-ubuntu.git;a=blobdiff_plain;f=src%2Flib%2Famd.c;h=e83f5f1fa529919abd3c98f92cc388c8f286c949;hp=0cc2b35fab8d19dc01b6c2bf908c611b22e510f6;hb=c271a4d106a1242ff18b6f5aeb3f56280c7eaf2c;hpb=ff4ef48059048e93efa634e36d2ad10973a13de3 diff --git a/src/lib/amd.c b/src/lib/amd.c index 0cc2b35..e83f5f1 100644 --- a/src/lib/amd.c +++ b/src/lib/amd.c @@ -69,9 +69,7 @@ static void *getprocaddress(void *plibrary, const char *name) return dlsym(plibrary, name); } -/* - Returns the temperature (Celcius) of an AMD/ATI GPU. -*/ +/* Returns the temperature (Celsius) of an AMD/ATI GPU. */ static double get_temp(struct psensor *sensor) { ADLTemperature v;