Skip to content

Commit 481026d

Browse files
cdragomirgregkh
authored andcommitted
attribute_container: fix missing blank lines after declarations
Found with checkpatch.pl Signed-off-by: Cosmin Dragomir <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 3d3af6a commit 481026d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/base/attribute_container.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ int
9494
attribute_container_unregister(struct attribute_container *cont)
9595
{
9696
int retval = -EBUSY;
97+
9798
mutex_lock(&attribute_container_mutex);
9899
spin_lock(&cont->containers.k_lock);
99100
if (!list_empty(&cont->containers.k_list))
@@ -349,6 +350,7 @@ int
349350
attribute_container_add_class_device(struct device *classdev)
350351
{
351352
int error = device_add(classdev);
353+
352354
if (error)
353355
return error;
354356
return attribute_container_add_attrs(classdev);

0 commit comments

Comments
 (0)