Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 01fe9c92 authored by Sergio Paracuellos's avatar Sergio Paracuellos Committed by Greg Kroah-Hartman
Browse files

staging: wlan-ng: fix block comment warnings in prism2mgmt.c



This patch fix the following checkpatch.pl warnings in prism2mgmt.c:
WARNING: Block comments should align the * on each line
WARNING: Block comments use a trailing */ on a separate line

Signed-off-by: default avatarSergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 87f26d08
Loading
Loading
Loading
Loading
+264 −254
Original line number Diff line number Diff line
@@ -112,7 +112,8 @@
 * Call context:
 *	process thread  (usually)
 *	interrupt
----------------------------------------------------------------*/
 *----------------------------------------------------------------
 */
int prism2mgmt_scan(struct wlandevice *wlandev, void *msgp)
{
	int result = 0;
@@ -365,7 +366,8 @@ int prism2mgmt_scan(struct wlandevice *wlandev, void *msgp)
 * Call context:
 *	process thread  (usually)
 *	interrupt
----------------------------------------------------------------*/
 *----------------------------------------------------------------
 */
int prism2mgmt_scan_results(struct wlandevice *wlandev, void *msgp)
{
	int result = 0;
@@ -524,7 +526,8 @@ int prism2mgmt_scan_results(struct wlandevice *wlandev, void *msgp)
 * Call context:
 *	process thread  (usually)
 *	interrupt
----------------------------------------------------------------*/
 *----------------------------------------------------------------
 */
int prism2mgmt_start(struct wlandevice *wlandev, void *msgp)
{
	int result = 0;
@@ -705,7 +708,8 @@ int prism2mgmt_start(struct wlandevice *wlandev, void *msgp)
 *
 * Call context:
 *	process thread  (usually)
----------------------------------------------------------------*/
 *----------------------------------------------------------------
 */
int prism2mgmt_readpda(struct wlandevice *wlandev, void *msgp)
{
	struct hfa384x *hw = wlandev->priv;
@@ -771,7 +775,8 @@ int prism2mgmt_readpda(struct wlandevice *wlandev, void *msgp)
 *
 * Call context:
 *	process thread  (usually)
----------------------------------------------------------------*/
 *----------------------------------------------------------------
 */
int prism2mgmt_ramdl_state(struct wlandevice *wlandev, void *msgp)
{
	struct hfa384x *hw = wlandev->priv;
@@ -826,7 +831,8 @@ int prism2mgmt_ramdl_state(struct wlandevice *wlandev, void *msgp)
 *
 * Call context:
 *	process thread  (usually)
----------------------------------------------------------------*/
 *----------------------------------------------------------------
 */
int prism2mgmt_ramdl_write(struct wlandevice *wlandev, void *msgp)
{
	struct hfa384x *hw = wlandev->priv;
@@ -887,7 +893,8 @@ int prism2mgmt_ramdl_write(struct wlandevice *wlandev, void *msgp)
 *
 * Call context:
 *	process thread  (usually)
----------------------------------------------------------------*/
 *----------------------------------------------------------------
 */
int prism2mgmt_flashdl_state(struct wlandevice *wlandev, void *msgp)
{
	int result = 0;
@@ -958,7 +965,8 @@ int prism2mgmt_flashdl_state(struct wlandevice *wlandev, void *msgp)
 *
 * Call context:
 *	process thread  (usually)
----------------------------------------------------------------*/
 *----------------------------------------------------------------
 */
int prism2mgmt_flashdl_write(struct wlandevice *wlandev, void *msgp)
{
	struct hfa384x *hw = wlandev->priv;
@@ -1018,7 +1026,8 @@ int prism2mgmt_flashdl_write(struct wlandevice *wlandev, void *msgp)
 * Call context:
 *	process thread  (usually)
 *	interrupt
----------------------------------------------------------------*/
 *----------------------------------------------------------------
 */
int prism2mgmt_autojoin(struct wlandevice *wlandev, void *msgp)
{
	struct hfa384x *hw = wlandev->priv;
@@ -1089,7 +1098,8 @@ int prism2mgmt_autojoin(struct wlandevice *wlandev, void *msgp)
 * Call context:
 *	process thread  (usually)
 *	interrupt
----------------------------------------------------------------*/
 *----------------------------------------------------------------
 */
int prism2mgmt_wlansniff(struct wlandevice *wlandev, void *msgp)
{
	int result = 0;