mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 20:14:06 +02:00
staging: kpc2000: kpc_i2c: Remove unnecessary consecutive newlines
The kpc2000_i2c.c file contains instances of unnecessary consecutive newlines which impact the readability of the file. Remove these unnecessary newlines. Signed-off-by: Geordan Neukum <gneukum1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
c5164e568c
commit
73d56b8391
|
|
@ -115,7 +115,6 @@ struct i2c_device {
|
|||
#define PCI_DEVICE_ID_INTEL_LYNXPOINT_SMBUS 0x8c22
|
||||
#define PCI_DEVICE_ID_INTEL_LYNXPOINT_LP_SMBUS 0x9c22
|
||||
|
||||
|
||||
#define FEATURE_SMBUS_PEC BIT(0)
|
||||
#define FEATURE_BLOCK_BUFFER BIT(1)
|
||||
#define FEATURE_BLOCK_PROC BIT(2)
|
||||
|
|
@ -521,8 +520,6 @@ static s32 i801_access(struct i2c_adapter *adap, u16 addr, unsigned short flags,
|
|||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
static u32 i801_func(struct i2c_adapter *adapter)
|
||||
{
|
||||
struct i2c_device *priv = i2c_get_adapdata(adapter);
|
||||
|
|
@ -571,8 +568,6 @@ static const struct i2c_algorithm smbus_algorithm = {
|
|||
.functionality = i801_func,
|
||||
};
|
||||
|
||||
|
||||
|
||||
/********************************
|
||||
*** Part 2 - Driver Handlers ***
|
||||
********************************/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user