瀏覽代碼

thermal: core: small style fix on __unbind() helper

Simply aligning to parenthesis.

Cc: Zhang Rui <rui.zhang@intel.com>
Cc: linux-pm@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Eduardo Valentin 8 年之前
父節點
當前提交
4f5163fac2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/thermal/thermal_core.c

+ 1 - 1
drivers/thermal/thermal_core.c

@@ -320,7 +320,7 @@ static void __bind(struct thermal_zone_device *tz, int mask,
 }
 }
 
 
 static void __unbind(struct thermal_zone_device *tz, int mask,
 static void __unbind(struct thermal_zone_device *tz, int mask,
-			struct thermal_cooling_device *cdev)
+		     struct thermal_cooling_device *cdev)
 {
 {
 	int i;
 	int i;