mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
platform/x86: thinkpad_acpi: remove trailing semicolon in macro definition
The macro use will already have a semicolon. Signed-off-by: Tom Rix <trix@redhat.com> Link: https://lore.kernel.org/r/20201127181024.2771890-1-trix@redhat.com Signed-off-by: Hans de Goede <hdegoede@redhat.com>
This commit is contained in:
parent
2425ccd30f
commit
06706da2bb
1 changed files with 1 additions and 1 deletions
|
@ -1025,7 +1025,7 @@ static struct attribute_set *create_attr_set(unsigned int max_members,
|
||||||
}
|
}
|
||||||
|
|
||||||
#define destroy_attr_set(_set) \
|
#define destroy_attr_set(_set) \
|
||||||
kfree(_set);
|
kfree(_set)
|
||||||
|
|
||||||
/* not multi-threaded safe, use it in a single thread per set */
|
/* not multi-threaded safe, use it in a single thread per set */
|
||||||
static int add_to_attr_set(struct attribute_set *s, struct attribute *attr)
|
static int add_to_attr_set(struct attribute_set *s, struct attribute *attr)
|
||||||
|
|
Loading…
Add table
Reference in a new issue