diff --git a/qdf/inc/qdf_vfs.h b/qdf/inc/qdf_vfs.h index 4876bd975d..1d1c0983fd 100644 --- a/qdf/inc/qdf_vfs.h +++ b/qdf/inc/qdf_vfs.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2019 The Linux Foundation. All rights reserved. + * Copyright (c) 2018-2020 The Linux Foundation. All rights reserved. * * Permission to use, copy, modify, and/or distribute this software for * any purpose with or without fee is hereby granted, provided that the @@ -98,7 +98,7 @@ qdf_vfs_clear_file_attributes(struct qdf_dev_obj *devobj, return __qdf_vfs_clear_file_attributes(devobj, attr); } -statuc inline QDF_STATUS +static inline QDF_STATUS qdf_vfs_create_binfile(struct qdf_dev_obj *devobj, struct qdf_vf_bin_attr *attr) { diff --git a/qdf/linux/src/i_qdf_vfs.h b/qdf/linux/src/i_qdf_vfs.h index e719c4d85b..d3fa4442c6 100644 --- a/qdf/linux/src/i_qdf_vfs.h +++ b/qdf/linux/src/i_qdf_vfs.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 The Linux Foundation. All rights reserved. + * Copyright (c) 2019-2020 The Linux Foundation. All rights reserved. * * Permission to use, copy, modify, and/or distribute this software for * any purpose with or without fee is hereby granted, provided that the @@ -80,7 +80,7 @@ __qdf_vfs_clear_file_attributes(struct qdf_dev_obj *devobj, * * Return: QDF_STATUS_SUCCESS on success */ -statuc inline QDF_STATUS +static inline QDF_STATUS __qdf_vfs_create_binfile(struct qdf_dev_obj *devobj, struct qdf_vf_bin_attr *attr) {