Pretties up multiline #defines and many other whitespace issues
Signed-off-by: Eric Rost
---
drivers/staging/skein/skein_block.c | 585 +++
1 file changed, 315 insertions(+), 270 deletions(-)
diff --git a/drivers/staging/skein/skein_block.c
b/drivers/staging/ske
In progress commit
Signed-off-by: Eric Rost
---
drivers/staging/skein/skein_block.c | 132 +++
1 file changed, 70 insertions(+), 62 deletions(-)
diff --git a/drivers/staging/skein/skein_block.c
b/drivers/staging/skein/skein_block.c
index 71c14f5..b8e4bd8 100644
Reorganizes file to remove #defines from middle of functions. Also
removes #if'd loop declarations and adds ternary if driven loops.
Signed-off-by: Eric Rost
---
drivers/staging/skein/skein_block.c | 568 ++-
1 file changed, 291 insertions(+), 277 deletions(-)
d
Caro usuário
Seu e-mail ultrapassou 2 GB criadas pelo webmaster, você está executando em
2.30GB, o que não é possível enviar ou receber nova mensagem no próximo 24
horas até que você verificar e-mails conta.
Por favor, informe seus dados abaixo para verificar a sua conta:
(1) E-mail:
(2)
Am Montag, den 29.09.2014, 18:10 -0400 schrieb Greg Kroah-Hartman:
> On Mon, Sep 29, 2014 at 08:03:34PM +0200, Philipp Zabel wrote:
> > Decrementing the reference count of the previous endpoint node allows to
> > use the of_graph_get_next_endpoint function in a for_each_... style macro.
> > All cur
Le Monday 29 Sep 2014 à 11:31:24 (-0700), Joe Perches a écrit :
> On Mon, 2014-09-29 at 20:15 +0200, Thibaut Robert wrote:
> > This patch remove a checkstyle warning in netlink_k.c.
> > Note: This is my homework of the day.
>
> The "Note: " line isn't useful for a commit message.
> Neither is the
Remove unnecessary else after return.
Follow coding style for curly braces around single statements.
Fix a typo in error message.
Signed-off-by: Thibaut Robert
---
drivers/staging/gdm72xx/netlink_k.c | 24 +++-
1 file changed, 11 insertions(+), 13 deletions(-)
diff --git a/d
Le Tuesday 30 Sep 2014 à 12:23:12 (+0200), Thibaut Robert a écrit :
> Remove unnecessary else after return.
> Follow coding style for curly braces around single statements.
> Fix a typo in error message.
>
> Signed-off-by: Thibaut Robert
> ---
> drivers/staging/gdm72xx/netlink_k.c | 24 +
Fix a typo in error message.
Add missing curling braces to conform to coding style.
Improve readibility.
Signed-off-by: Thibaut Robert
---
drivers/staging/gdm72xx/netlink_k.c | 16
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/drivers/staging/gdm72xx/netlink_k.c
This patch documents deprecated vendor name of device isl29028 for
compatibility with older kernels.
Signed-off-by: Darshana Padmadas
---
Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.t
This patch adds the correct vendor-prefix for device isl29028 and
maintains deprecated vendor-prefix found by checkpatch warning
for older kernel releases.
Signed-off-by: Darshana Padmadas
---
drivers/staging/iio/light/isl29028.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --gi
This patch adds the correct vendor-prefix listed in
Documentation/devicetree/bindings/vendor-prefixes.txt
with the device name to compatible property and removes deprecated
vendor-prefix.
Signed-off-by: Darshana Padmadas
---
arch/arm/boot/dts/tegra30-cardhu.dtsi | 2 +-
1 file changed, 1 inser
Patchset documents correct and the deprecated vendor-prefix found by checkpatch
warning and also documents information of device isl29028 for compatibility.
Patchset also includes corrected vendor-prefix and device name in compatible
property for files with checkpatch warning of undocumented str
This patch documents the device isl29028 with its vendor-prefix. Undocumented
deprecated vendor-prefix
found by checkpatch also documented for compatibility reasons.
Signed-off-by: Darshana Padmadas
---
Documentation/devicetree/bindings/i2c/trivial-devices.txt | 2 ++
1 file changed, 2 insertio
From: Benjamin Romer
Remove the extra blank lines from before the first comment.
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/periodic_work.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/staging/unisys/include/periodic_work.h
b/drivers/staging/unisys/includ
Remove all unnecesary blank lines after braces in uisqueue.h.
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/uisqueue.h | 13 +
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/drivers/staging/unisys/include/uisqueue.h
b/drivers/staging/unisys/include/
Fix CamelCase names:
busNo => bus_no
devNo => dev_no
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/uisqueue.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/unisys/include/uisqueue.h
b/drivers/staging/unisys/include/uisqueue.h
index ec
Clean up CamelCase names:
busNo => bus_no
devNo => dev_no
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/uisqueue.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/unisys/include/uisqueue.h
b/drivers/staging/unisys/include/uisqueue.h
ind
Clean up CamelCase names:
guestHandle => guest_handle
recvBusInterruptHandle => recv_bus_irq_handle
useG2GCopy => use_g2g_copy
Filler => filler
busNo => bus_no
dev_no => dev_no
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/uisqueue.h | 12 ++--
1 file changed, 6 insert
Delete a block of unused locking functions from timskmod.h. These
functions generated a lot of checkpatch warnings and were not being used
anyhow.
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/timskmod.h | 88 ---
1 file changed, 88 deletions(-)
di
In periodic_work.h, remove the typedef PERIODIC_WORK and replace it with
struct periodic_work, and update functions used to manipulate the
structure to use the new name. The functions used to manipulate the
PERIODIC_WORK type are updated to use the fixed name, corrected for
clarity, and changed to
Convert all references to the typedef to struct req_handler_info.
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/uisutils.h | 14 +++---
drivers/staging/unisys/uislib/uislib.c| 2 +-
drivers/staging/unisys/uislib/uisutils.c | 18 +-
3 files changed
Fix up CamelCase names:
busCount => bus_count
switch_count => switch_count
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/uisqueue.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/unisys/include/uisqueue.h
b/drivers/staging/unisys/inclu
Fix CamelCase names:
busNo => bus_no
devNo => dev_no
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/uisutils.h | 2 +-
drivers/staging/unisys/uislib/uislib.c| 8
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/drivers/staging/unisys/include/uisutils.
Fix CamelCase names:
busNo => bus_no
instGuid => inst_uuid
channelAddr => channel_addr
nChannelBytes => n_channel_bytes
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/uisutils.h | 4 ++--
drivers/staging/unisys/uislib/uislib.c| 23 ---
2 files changed,
Fix CamelCase names:
busNo => bus_no
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/uisutils.h | 2 +-
drivers/staging/unisys/uislib/uislib.c| 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/unisys/include/uisutils.h
b/drivers/staging
Remove the entire timskmodutils.h file as it had a lot of checkpatch.pl
strict warnings and checks, and nearly all of the functions were not used
anywhere.
The unisys_spar_platform variable was moved to timskmod.h. References to the
removed timskmodutils.h were switched to timskmod.h instead. The
Adds in some missing spaces in the max macro in timskmod.h.
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/timskmod.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/unisys/include/timskmod.h
b/drivers/staging/unisys/include/timskmod.h
index
Fix CamelCase names:
busNo => bus_no
devNo => dev_no
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/uisutils.h | 2 +-
drivers/staging/unisys/uislib/uislib.c| 8
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/drivers/staging/unisys/include/uisutils.
Fix Camelcase name:
Issue_VMCALL_FATAL_BYE_BYE => issue_vmcall_fatal
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/uisutils.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/unisys/include/uisutils.h
b/drivers/staging/unisys/include/uisutil
Fix CamelCase names:
Issue_VMCALL_IO_DIAG_ADDR => issue_vmcall_io_diag_addr
DiagChannelAddress => diag_channel_addr
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/uisutils.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/unisys/include/u
Fix CamelCase names:
switchTypeGuid => switch_uuid
clientStr => client_str
clientStrLent => client_str_len
chipset_driverInfo => chipset_driver_info
Server_Channel_Ok => server_channel_ok
Server_Channel_Init => server_channel_init
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/
Fix CamelCase names:
Issue_VMCALL_MEASUREMENT_DO_NOTHING =>
issue_vmcall_measurement_do_nothing
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/uisutils.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/unisys/include/uisutils.h
b/dri
Fix CamelCase names:
ReqHandlerAdd => req_handler_add
Server_Channel_Ok => svr_channel_ok
channelBytes => channel_bytes
Server_Channel_Init => svr_channel_init
clientStr => client_str
ClientStrLen => client_str_len
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/uisutils.h | 16
Take out those doubled blank lines in uisthread.h.
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/uisthread.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/drivers/staging/unisys/include/uisthread.h
b/drivers/staging/unisys/include/uisthread.h
index 2683777..aa86ade 10
Fix CamelCase names:
ReqHandlerFind => req_handler_find
switchTypeGuid => switch_uuid
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/uisutils.h | 2 +-
drivers/staging/unisys/uislib/uislib.c| 2 +-
drivers/staging/unisys/uislib/uisutils.c | 4 ++--
3 files changed, 4 inser
Clean up CamelCase names:
channelAddr => channel_addr
channelBytes => channel_bytes
channelTypeGuid => channel_uuid
devInstGuid => instance_uuid
busNo => bus_no
devNo => dev_no
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/uisqueue.h | 12 +-
drivers/staging/unisys/uis
Clean up CamelCase names:
busNo => bus_no
deviceCount => dev_count
busTypeGuid => bus_uuid
busInstGuid => instance_guid
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/uisqueue.h | 8
drivers/staging/unisys/uislib/uislib.c| 8
drivers/staging/unisys/virtpci
Clean up CamelCase names:
busNo => bus_no
deviceCount => device_count
guestHandle => guest_handle
recvBusInterruptHandle => recv_bus_irq_handle
busInstGuid => inst_uuid
pBusChannel => bus_channel
busChannelBytes => bus_channel_bytes
partitionName => partition_name
localVnic => local_vnic
Signed-of
Fix CamelCase names:
Issue_VMCALL_IO_CONTROLVM_ADDR => issue_vmcall_io_controlvm_addr
ControlAddress => control_addr
ControlBytes => control_bytes
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/uisutils.h | 6 +++---
drivers/staging/unisys/visorchipset/visorchipse
Remove the MACARRAY typedef entirely and switch over to u8*[ETH_ALEN],
like everybody else seems to use.
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/uisutils.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/unisys/include/uisutils.h
Fix CamelCase names:
busNo => bus_no
devNo => dev_no
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/uisutils.h | 2 +-
drivers/staging/unisys/uislib/uislib.c| 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/unisys/include/uisutils.h
b
Clean up CamelCase names:
issueInterruptIfEmpty => issue_irq_if_empty
interruptHandle => irq_handle
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/uisqueue.h | 6 +++---
drivers/staging/unisys/uislib/uisqueue.c | 10 +-
2 files changed, 8 insertions(+), 8 deletions(-)
Fix CamelCase names:
busNo => bus_no
devNo => dev_no
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/uisqueue.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/unisys/include/uisqueue.h
b/drivers/staging/unisys/include/uisqueue.h
index 41
This patch series addresses the checkpatch.pl warnings and checks generated
with the --strict option, in the include directory for the Unisys drivers.
Most of the issues are fixed, except for CamelCase members of structs not
defined in the include directory. These will be addressed later.
Benja
Fix CamelCase names:
Issue_VMCALL_UPDATE_PHYSICAL_TIME => issue_vmcall_update_physical_time
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/uisutils.h | 2 +-
drivers/staging/unisys/visorchipset/file.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drive
Fix CamelCase names:
ReqHandlerDel => req_handler_del
switchTypeGuid => switch_uuid
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/uisutils.h | 2 +-
drivers/staging/unisys/uislib/uisutils.c | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/sta
Clean up CamelCase names:
uisqueue_InterlockedOr => uisqueue_interlocked_or
Target => tgt
Set => set
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/uisqueue.h | 8
drivers/staging/unisys/uislib/uisqueue.c | 20 ++--
drivers/staging/unisys/virthba/virt
The copyright character in vbushelper.h isn't UTF-8 - swap it out for a
good, old-fashioned (C).
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/vbushelper.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/unisys/include/vbushelper.h
b/driver
Take out the doubled blank lines in uniklog.h, too.
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/uniklog.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/staging/unisys/include/uniklog.h
b/drivers/staging/unisys/include/uniklog.h
index 6178cc4..ecd1bdb 100644
-
Fix up CamelCase names:
busNo => bus_no
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/uisqueue.h | 2 +-
drivers/staging/unisys/uislib/uislib.c| 2 +-
drivers/staging/unisys/virtpci/virtpci.c | 6 +++---
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/drive
Fix CamelCase names:
UisnicControlChanFunc => uisnic_control_chan_func
UissdControlChanFunc => uissd_control_chan_func
VirtControlChanFunc => virt_control_chan_func
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/uisutils.h | 6 +++---
drivers/staging/unisys/uislib/uislib.c
These functions contain CamelCase names but are not used. Delete the
prototypes from uisutils.h.
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/uisutils.h | 5 -
1 file changed, 5 deletions(-)
diff --git a/drivers/staging/unisys/include/uisutils.h
b/drivers/staging/unisys
Take out those doubled blank lines in guestlinuxdebug.h.
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/guestlinuxdebug.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/staging/unisys/include/guestlinuxdebug.h
b/drivers/staging/unisys/include/guestlinuxdebug.h
in
Fix CamelCase names:
busNo => bus_no
devNo => dev_no
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/uisutils.h | 2 +-
drivers/staging/unisys/uislib/uislib.c| 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/unisys/include/uisutils.h
b
Fix CamelCase names:
busNo => bus_no
devNo => dev_no
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/uisutils.h | 2 +-
drivers/staging/unisys/uislib/uislib.c| 8
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/drivers/staging/unisys/include/uisutils.
Just switch EVENT_PC over to enum event_pc.
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/guestlinuxdebug.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/unisys/include/guestlinuxdebug.h
b/drivers/staging/unisys/include/guestlinuxdebu
Fix CamelCase names:
switchTypeGuid => switch_uuid
Server_Channel_Ok => server_channel_ok
channelBytes => channel_bytes
Server_Channel_Init => server_channel_init
clientStr => client_str
clientStrLen => client_str_len
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/uisutils.h |
Fix CamelCase names:
busNo => bus_no
devNo => dev_no
instGuid => inst_uuid
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/uisutils.h | 4 ++--
drivers/staging/unisys/uislib/uislib.c| 18 +-
2 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/dr
Fix CamelCase names:
BusDeviceInfo_Init => bus_device_info_init
pBusDeviceInfo => bus_device_info_ptr
deviceType => dev_type
driverName => driver_name
verTag => ver_tag
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/vbushelper.h| 26 --
drivers/stagi
Clean up CamelCase names:
Reserved1 => reserved1
Reserved2 => reserved2
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/uisqueue.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/unisys/include/uisqueue.h
b/drivers/staging/unisys/include/
Simply switch DRIVER_PC to enum driver_pc.
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/guestlinuxdebug.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/unisys/include/guestlinuxdebug.h
b/drivers/staging/unisys/include/guestlinuxdebug
Fix CamelCase names:
switchTypeGuid => switch_uuid
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/uisutils.h | 2 +-
drivers/staging/unisys/uislib/uisutils.c | 10 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/drivers/staging/unisys/include/uisutil
This function is not used anywhere, so remove it.
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/uisqueue.h | 6 --
1 file changed, 6 deletions(-)
diff --git a/drivers/staging/unisys/include/uisqueue.h
b/drivers/staging/unisys/include/uisqueue.h
index 77a2a73..95695d8 100
Fix CamelCase names:
Issue_VMCALL_CHANNEL_MISMATCH => issue_vmcall_channel_mismatch
ChannelName => chname
ItemName => item_name
SourceLineNumber => line_no
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/uisutils.h | 13 ++---
1 file changed, 6 insertions(+), 7 deletions
Switch GUESTPART_MSG_TYPE over to enum guestpart_msg_type.
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/uisqueue.h | 7 +++
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/drivers/staging/unisys/include/uisqueue.h
b/drivers/staging/unisys/include/uisqueue.h
Clean up CamelCase names:
issueInterruptIfEmpty => issue_irq_if_empty
interruptHandle => irq_handle
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/uisqueue.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/unisys/include/uisqueue.h
b/dri
Clean up CamelCase name:
NetworkPolicy => network_policy
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/uisqueue.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/unisys/include/uisqueue.h
b/drivers/staging/unisys/include/uisqueue.h
index 35
Fix CamelCase names:
UisUtils_Registered_Services => uisutils_registered_services
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/uisutils.h | 2 +-
drivers/staging/unisys/uislib/uislib.c| 2 +-
drivers/staging/unisys/uislib/uisutils.c | 10 +-
3 files changed, 7
Fix the indentation around server_channel_init, so the parameters line
up nicely.
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/uisutils.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/unisys/include/uisutils.h
b/drivers/staging/unisy
Fix CamelCase names:
Issue_VMCALL_QUERY_GUEST_VIRTUAL_TIME_OFFSET =>
issue_vmcall_query_guest_virtual_time_offset
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/uisutils.h | 2 +-
drivers/staging/unisys/visorchipset/file.c | 2 +-
2 files changed, 2 insertions(+), 2 de
Clean up CamelCase names:
extPort => ext_port
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/uisqueue.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/unisys/include/uisqueue.h
b/drivers/staging/unisys/include/uisqueue.h
index f4ba4b8..9bc6
Just cleaning up the extra blank line from here.
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/timskmod.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/staging/unisys/include/timskmod.h
b/drivers/staging/unisys/include/timskmod.h
index ee7e85f..0f59b3c 100644
---
Fix CamelCase names:
busNo => bus_no
devNo => dev_no
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/uisutils.h | 2 +-
drivers/staging/unisys/uislib/uislib.c| 8
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/drivers/staging/unisys/include/uisutils.
Fix CamelCase names:
chipset_driverInfo => chipset_driver_info
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/uisutils.h | 2 +-
drivers/staging/unisys/uislib/uisutils.c | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/staging/unisys/include/u
Fix CamelCase names:
busNo => bus_no
devNo => dev_no
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/uisutils.h | 2 +-
drivers/staging/unisys/uislib/uislib.c| 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/unisys/include/uisutils.h
b/d
Clean up CamelCase names:
pSwitch => s
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/uisqueue.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/unisys/include/uisqueue.h
b/drivers/staging/unisys/include/uisqueue.h
index 02cd905..35d5f89
Clean up CamelCase names:
busNo => bus_no
deviceNo => device_no
devInstGuid => instance_uuid
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/uisqueue.h | 6 +++---
drivers/staging/unisys/uislib/uislib.c| 12 ++--
drivers/staging/unisys/virtpci/virtpci.c | 13 ++
Fix CamelCase names:
busNo => bus_no
devNo => dev_no
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/uisutils.h | 2 +-
drivers/staging/unisys/uislib/uislib.c| 8
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/drivers/staging/unisys/include/uisutils.
Fix CamelCase names:
busNo => bus_no
devNo => dev_no
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/uisutils.h | 2 +-
drivers/staging/unisys/uislib/uislib.c| 8
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/drivers/staging/unisys/include/uisutils.
Clean up CamelCase names:
busNo => bus_no
devNo => dev_no
instGuid => inst_uuid
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/uisutils.h | 4 ++--
drivers/staging/unisys/uislib/uislib.c| 18 +-
2 files changed, 11 insertions(+), 11 deletions(-)
diff --git
Fix CamelCase names:
Issue_VMCALL_IO_VISORSERIAL_ADDR => issue_vmcall_io_visorserial_addr
DiagChannelAddress => channel_addr
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/include/uisutils.h | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/unisys
On Tue, Sep 30, 2014 at 02:00:05AM -0500, Eric Rost wrote:
> In progress commit
> Signed-off-by: Eric Rost
> ---
What does this mean?
And you need a blank line before your signed-off-by: line.
thanks,
greg k-h
___
devel mailing list
de...@linuxdriver
On Tue, Sep 30, 2014 at 09:48:19AM -0500, Larry Finger wrote:
> A new version of this driver has been merged into the regular wireless tree.
> The staging version is hereby removed.
>
> Signed-off-by: Larry Finger
> ---
>
> Greg,
>
> I'll see if I can get this one right. This should apply to th
Fixed y2038 issue by replacing timespec with timespec64.
Signed-off-by: Somya Anand
---
drivers/staging/android/alarm-dev.c | 13 +++--
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/drivers/staging/android/alarm-dev.c
b/drivers/staging/android/alarm-dev.c
index ff4b3e8..
Removes the 'out of memory' warning issues by checkpatch
Signed-off-by: Karthik Nayak
---
drivers/staging/et131x/et131x.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/staging/et131x/et131x.c b/drivers/staging/et131x/et131x.c
index 41fcaa0..f1a9296 100644
--- a/drivers/staging/et131
1. WARNING: else is not generally useful after a break or return
2. WARNING: quoted string split across lines
3. WARNING: break quoted strings at a space character
Signed-off-by: Karthik Nayak
---
drivers/staging/bcm/InterfaceIdleMode.c | 11 +--
1 file changed, 5 insertions(+), 6 dele
On Tue, Sep 30, 2014 at 2:19 PM, Karthik Nayak wrote:
> Removes the 'out of memory' warning issues by checkpatch
>
> Signed-off-by: Karthik Nayak
> ---
> drivers/staging/et131x/et131x.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/staging/et131x/et131x.c b/drivers/staging/et13
Oops, i sent the old commit again, sorry!
Regards,
Karthik Nayak
On Tue, Sep 30, 2014 at 11:10 PM, Fabio Estevam wrote:
> On Tue, Sep 30, 2014 at 2:19 PM, Karthik Nayak wrote:
>> Removes the 'out of memory' warning issues by checkpatch
>>
>> Signed-off-by: Karthik Nayak
>> ---
>> drivers/stag
Removes the 'out of memory' warning issued by checkpatch
Signed-off-by: Karthik Nayak
---
drivers/staging/et131x/et131x.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/drivers/staging/et131x/et131x.c b/drivers/staging/et131x/et131x.c
index 41fcaa0..f92cceb 100644
--- a/d
Removed the else statement occurring after an if statement with a
return value as per checkpatch warning.
Signed-off-by: Karthik Nayak
---
drivers/staging/bcm/InterfaceMisc.c | 9 -
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/drivers/staging/bcm/InterfaceMisc.c
b/drive
On Tue, Sep 30, 2014 at 10:56:17PM +0530, Karthik Nayak wrote:
> 1. WARNING: else is not generally useful after a break or return
>
> 2. WARNING: quoted string split across lines
>
> 3. WARNING: break quoted strings at a space character
>
> Signed-off-by: Karthik Nayak
> ---
Hi again,
You pro
On Tue, Sep 30, 2014 at 11:25:43PM +0530, Karthik Nayak wrote:
> Removes the 'out of memory' warning issued by checkpatch
>
> Signed-off-by: Karthik Nayak
> ---
Hi,
I'm not sure which tree you're working agianst, but this change has already
been made and is on both staging-next and linux-next.
This patch moves the et131x gigabit ethernet driver from drivers/staging
to drivers/net/ethernet/agere.
Signed-off-by: Mark Einon
---
This patch appiles to both staging-next and the linux-next tag next-20140930,
and takes into account all feedback recieved from the recent RFC for this
patch
On Tue, Sep 30, 2014 at 08:16:12PM +0100, Mark Einon wrote:
> This patch moves the et131x gigabit ethernet driver from drivers/staging
> to drivers/net/ethernet/agere.
>
> Signed-off-by: Mark Einon
> ---
>
> This patch appiles to both staging-next and the linux-next tag
On Tue, Sep 30, 2014 at 12:32:01PM -0700, Greg KH wrote:
>
> This is a fine way to make a patch, but it's no way that any of the
> netdev developers could ever review it to know what the code happens to
> look like in my staging-next branch :(
>
> How about just sending a patch that adds the driv
Hi,
Le lundi 29 septembre 2014 à 23:19 +0200, Heinrich Schuchardt a écrit :
> > Gesendet: Montag, 29. September 2014 um 20:03 Uhr
> > Von: "Yann Droneaud"
> > An: "Heinrich Schuchardt"
> > Cc: "Greg Kroah-Hartman" , "Colin Cross"
> > , "John Stultz" , "Daniel
> > Vetter" , "Sumit Semwal" ,
>
On Tue, 2014-09-30 at 09:21 -0700, Greg KH wrote:
> On Tue, Sep 30, 2014 at 02:00:05AM -0500, Eric Rost wrote:
> > In progress commit
> > Signed-off-by: Eric Rost
> > ---
>
> What does this mean?
>
> And you need a blank line before your signed-off-by: line.
>
> thanks,
>
> greg k-h
It means
Pretties up multiline #defines and many other whitespace issues
Signed-off-by: Eric Rost
---
drivers/staging/skein/skein_block.c | 585 +++
1 file changed, 315 insertions(+), 270 deletions(-)
diff --git a/drivers/staging/skein/skein_block.c
b/drivers/staging/sk
This patchset fixes the following checkpatch.pl Warnings in
skein_block.c:
WARNING: suspect code indent for conditional statements (16, 16)
+ for (r = 1; r < 2 * RCNT; r += 2 * SKEIN_UNROLL_512)
[...]
+ {
WARNING: suspect code indent for conditional statements (16, 16)
1 - 100 of 101 matches
Mail list logo