firmware_class: Fix whitespace and indentation
Fix checkpatch.pl issues with coding style. Removed whitespace and fixed indentation Signed-off-by: Andrei Oprea <andrei.br92@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
6d42d79e64
commit
ea31003ccb
1 changed files with 4 additions and 3 deletions
|
@ -1196,6 +1196,7 @@ int request_firmware_direct(const struct firmware **firmware_p,
|
||||||
const char *name, struct device *device)
|
const char *name, struct device *device)
|
||||||
{
|
{
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
__module_get(THIS_MODULE);
|
__module_get(THIS_MODULE);
|
||||||
ret = _request_firmware(firmware_p, name, device,
|
ret = _request_firmware(firmware_p, name, device,
|
||||||
FW_OPT_UEVENT | FW_OPT_NO_WARN);
|
FW_OPT_UEVENT | FW_OPT_NO_WARN);
|
||||||
|
|
Loading…
Add table
Reference in a new issue