Loading drivers/soc/qcom/qmp-debugfs-client.c +6 −1 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0-only /* Copyright (c) 2017-2019, The Linux Foundation. All rights reserved. */ /* Copyright (c) 2017-2019, 2021 The Linux Foundation. All rights reserved. */ #include <linux/module.h> #include <linux/kernel.h> Loading Loading @@ -48,6 +48,11 @@ static ssize_t aop_msg_write(struct file *file, const char __user *userstr, return len; } /* * Trim the leading and trailing white spaces */ strim(data_pkt[count].buf); /* * Controller expects a 4 byte aligned buffer */ Loading Loading
drivers/soc/qcom/qmp-debugfs-client.c +6 −1 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0-only /* Copyright (c) 2017-2019, The Linux Foundation. All rights reserved. */ /* Copyright (c) 2017-2019, 2021 The Linux Foundation. All rights reserved. */ #include <linux/module.h> #include <linux/kernel.h> Loading Loading @@ -48,6 +48,11 @@ static ssize_t aop_msg_write(struct file *file, const char __user *userstr, return len; } /* * Trim the leading and trailing white spaces */ strim(data_pkt[count].buf); /* * Controller expects a 4 byte aligned buffer */ Loading