Changeset 1868

Show
Ignore:
Timestamp:
07/07/03 13:37:04 (10 years ago)
Author:
khali
Message:

One more fake comment to keep the documentation generator happy.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/kernel/chips/lm85.c

    r1859 r1868  
    656656        {LM85_SYSCTL_TACH_MODE, "tach_mode", NULL, 0, 0644, NULL, 
    657657                &i2c_proc_real, &i2c_sysctl_real, NULL, &lm85_tach_mode}, 
    658 /*      {0} The doc generator needs this. */  
     658/*      {0} The doc generator needs this. */ 
    659659}; 
    660660#define CTLTBL_LM85 (sizeof(lm85_specific)/sizeof(lm85_specific[0])) 
     
    673673        {ADM1027_SYSCTL_ALARM_MASK, "alarm_mask", NULL, 0, 0644, NULL, 
    674674                &i2c_proc_real, &i2c_sysctl_real, NULL, &adm1027_alarm_mask}, 
    675 /*      {0} The doc generator needs this. */  
     675/*      {0} The doc generator needs this. */ 
    676676}; 
    677677#define CTLTBL_ADM1027 (sizeof(adm1027_specific)/sizeof(adm1027_specific[0])) 
     
    686686        {ADT7463_SYSCTL_THERM_SIGNAL, "therm_signal", NULL, 0, 0644, NULL, 
    687687                &i2c_proc_real, &i2c_sysctl_real, NULL, &adt7463_therm_signal}, 
    688 /*      {0} The doc generator needs this. */  
     688/*      {0} The doc generator needs this. */ 
    689689}; 
    690690#define CTLTBL_ADT7463 (sizeof(adt7463_specific)/sizeof(adt7463_specific[0])) 
     
    697697        {EMC6D100_SYSCTL_IN7, "in7", NULL, 0, 0644, NULL, &i2c_proc_real, 
    698698                &i2c_sysctl_real, NULL, &emc6d100_in}, 
     699/*      {0} The doc generator needs this. */ 
    699700}; 
    700701#define CTLTBL_EMC6D100 (sizeof(emc6d100_specific)/sizeof(emc6d100_specific[0]))