Skip to content

Commit db12c13

Browse files
committed
platform: msm_shared: ufs: Fix header guard typo
1 parent 8d5920b commit db12c13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

platform/msm_shared/include/ufs_hci.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*/
2828

2929
#ifndef _UFS_HCI_H
30-
#define _UFS_HCI_H_
30+
#define _UFS_HCI_H
3131

3232
#include <kernel/mutex.h>
3333
#include <kernel/event.h>

0 commit comments

Comments
 (0)