Commit 25a0065f authored by Jaehee Park's avatar Jaehee Park Committed by Greg Kroah-Hartman

staging: wfx: remove space at the start of the line

Remove spaces at the start of the line to follow the linux kernel
coding style. Issue found by checkpatch:
WARNING: please, no spaces at the start of a line.
Signed-off-by: default avatarJaehee Park <jhpark1013@gmail.com>
Signed-off-by: default avatarJérôme Pouiller <jerome.pouiller@silabs.com>
Link: https://lore.kernel.org/r/20220329222534.GA1002253@jaehee-ThinkPad-X1-ExtremeSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b49f6911
...@@ -170,7 +170,7 @@ bool wfx_api_older_than(struct wfx_dev *wdev, int major, int minor) ...@@ -170,7 +170,7 @@ bool wfx_api_older_than(struct wfx_dev *wdev, int major, int minor)
* *
* The PDS file is an array of Time-Length-Value structs. * The PDS file is an array of Time-Length-Value structs.
*/ */
int wfx_send_pds(struct wfx_dev *wdev, u8 *buf, size_t len) int wfx_send_pds(struct wfx_dev *wdev, u8 *buf, size_t len)
{ {
int ret, chunk_type, chunk_len, chunk_num = 0; int ret, chunk_type, chunk_len, chunk_num = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment