瀏覽代碼

qcacld-3.0: uapi: Fix misspelling

Fix misspelling in uapi/linux/dbglog_common.h.

Change-Id: I5a1c7624b702dbf0c22f33096b72fc3158826f6f
CRs-Fixed: 3303620
Jeff Johnson 2 年之前
父節點
當前提交
d1eb296939
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      uapi/linux/dbglog_common.h

+ 3 - 1
uapi/linux/dbglog_common.h

@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2011, 2014-2015 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2022 Qualcomm Innovation Center, Inc. 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
@@ -87,7 +88,8 @@ enum wlan_diag_frame_type {
 };
 
 /* log/event are always 32-bit aligned. Padding is inserted after
- * optional payload to satisify this requirement */
+ * optional payload to satisfy this requirement
+ */
 struct wlan_diag_data {
 	unsigned int word0;             /* type, length */
 	unsigned int target_time;