Explorar el Código

qcacld-3.0: Fix Datapath kernel checkpatch warnings in ol_txrx_peer_find.h

Fix Datapath kernel checkpatch warnings in ol_txrx_peer_find.h

Change-Id: Ia21408c855a8cc729a9075b36eed4ce753f8cece
CRs-Fixed: 2032874
Yun Park hace 8 años
padre
commit
a7217756a3
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      core/dp/txrx/ol_txrx_peer_find.h

+ 2 - 1
core/dp/txrx/ol_txrx_peer_find.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011, 2015-2016 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2011, 2015-2017 The Linux Foundation. All rights reserved.
  *
  * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
  *
@@ -62,6 +62,7 @@ struct ol_txrx_peer_t *ol_txrx_peer_find_by_id(struct ol_txrx_pdev_t *pdev,
 					       uint16_t peer_id)
 {
 	struct ol_txrx_peer_t *peer;
+
 	peer = (peer_id > ol_cfg_max_peer_id(pdev->ctrl_pdev)) ? NULL :
 	       pdev->peer_id_to_obj_map[peer_id].peer;
 	/*