From 9f9a8f1382711a05ec000b639d971b619d8bc305 Mon Sep 17 00:00:00 2001 From: Jon Smirl Date: Thu, 30 Sep 2004 21:12:10 +0000 Subject: Lindent of core build. Drivers checked for no binary diffs. A few files weren't Lindent's because their comments didn't convert very well. A bunch of other minor clean up with no code implact included. --- linux-core/radeon_i2c.h | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'linux-core/radeon_i2c.h') diff --git a/linux-core/radeon_i2c.h b/linux-core/radeon_i2c.h index 2adc6723..6fc1519d 100644 --- a/linux-core/radeon_i2c.h +++ b/linux-core/radeon_i2c.h @@ -17,13 +17,11 @@ #include struct radeon_i2c_chan { - drm_device_t *dev; - u32 ddc_reg; - struct i2c_adapter adapter; - struct i2c_algo_bit_data algo; + drm_device_t *dev; + u32 ddc_reg; + struct i2c_adapter adapter; + struct i2c_algo_bit_data algo; }; -extern int radeon_create_i2c_busses(drm_device_t *dev); -extern void radeon_delete_i2c_busses(drm_device_t *dev); - - +extern int radeon_create_i2c_busses(drm_device_t * dev); +extern void radeon_delete_i2c_busses(drm_device_t * dev); -- cgit v1.2.3