All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] whitespace in patches Q
@ 2006-06-26 18:16 Jim Cromie
  2006-06-27  6:39 ` Jean Delvare
  0 siblings, 1 reply; 2+ messages in thread
From: Jim Cromie @ 2006-06-26 18:16 UTC (permalink / raw)
  To: lm-sensors



I just went back over the patches on ticket #2076, looking for whitespace
that might give heartburn to the reviewer;  I found a few spots..

 cat -TE hwmon-pc87360-sysfs-combo-callbacks.patch |less

In this chunk-frag, 2 leading tabs are conforming, but my editor adds spaces
so that the code lines up inside the (open-paren).  IMO thats an editor 
feature,
and Doc/CodingStyle doesnt really speak to it, but its not clear that 
its an
acceptable variation either.

(that the spaces are present in the current code is *something*,
but they were put there by me, and dont really prove much)


 static struct sensor_device_attribute_2 fan_min[] = {$
 ^ISENSOR_ATTR_2(fan1_min, S_IWUSR | S_IRUGO,$
-^I^I      show_fan_min, set_fan_min, FN_FAN_MIN, 0),$
+^I^I      show_fan, set_fan_min, FN_FAN_MIN, 0),$
 ^ISENSOR_ATTR_2(fan2_min, S_IWUSR | S_IRUGO,$
-^I^I      show_fan_min, set_fan_min, FN_FAN_MIN, 1),$
+^I^I      show_fan, set_fan_min, FN_FAN_MIN, 1),$
 ^ISENSOR_ATTR_2(fan3_min, S_IWUSR | S_IRUGO,$
-^I^I      show_fan_min, set_fan_min, FN_FAN_MIN, 2),$
+^I^I      show_fan, set_fan_min, FN_FAN_MIN, 2),$
 };$



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-06-27  6:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-26 18:16 [lm-sensors] whitespace in patches Q Jim Cromie
2006-06-27  6:39 ` Jean Delvare

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.