qcacmn: Corrects function scope typo in function definition

This patch corrects function scope typo in function definition.

Change-Id: I51abda732173a26751fcc68a125cdd04367d0e87
CRs-Fixed: 2620147
Bu işleme şunda yer alıyor:
Ankit Kumar
2020-02-12 10:28:59 +05:30
işlemeyi yapan: nshrivas
ebeveyn 2d774f1374
işleme 7e0bf6da72
2 değiştirilmiş dosya ile 4 ekleme ve 4 silme

Dosyayı Görüntüle

@@ -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)
{