mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-23 05:56:14 -04:00
trivial: Fix misspelling of "Celsius".
A few comments say "Celcius"; this fixes them. No code changes. Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
committed by
Jiri Kosina
parent
a4e49cb69e
commit
b731d7b6a7
@@ -295,7 +295,7 @@ name ## _show(struct device *dev, struct device_attribute *attr, char *buf) \
|
||||
static DEVICE_ATTR(name, S_IRUGO, name ## _show, NULL);
|
||||
|
||||
|
||||
/* Sysfs conventions report temperatures in millidegrees Celcius.
|
||||
/* Sysfs conventions report temperatures in millidegrees Celsius.
|
||||
* ADS7846 could use the low-accuracy two-sample scheme, but can't do the high
|
||||
* accuracy scheme without calibration data. For now we won't try either;
|
||||
* userspace sees raw sensor values, and must scale/calibrate appropriately.
|
||||
|
||||
Reference in New Issue
Block a user