search for: 2e5f18f

Displaying 1 result from an estimated 1 matches for "2e5f18f".

2013 Jul 01
1
bcmxcp: Patch for cosmetic code changes
...100.no> Date: Mon, 1 Jul 2013 21:11:40 +0200 Subject: [PATCH] bcmxcp: Fix method name outputted in debug message, and minor fixes for indentation --- drivers/bcmxcp.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/bcmxcp.c b/drivers/bcmxcp.c index 2e5f18f..480258c 100644 --- a/drivers/bcmxcp.c +++ b/drivers/bcmxcp.c @@ -948,16 +948,16 @@ int init_outlet(unsigned char len) upsdebugx(2, "Auto delay off: %d\n", auto_dly_off); snprintf(outlet_name, sizeof(outlet_name)-1, "outlet.%d.delay.shutdown", num);...