]> Git Repo - J-linux.git/blobdiff - drivers/misc/ibmasm/command.c
Merge remote-tracking branch 'spi/for-5.14' into spi-linus
[J-linux.git] / drivers / misc / ibmasm / command.c
index 2863657fa268343dcef68c9926d226aa1d2a09dd..733dd30fbaccffeee6e0fa9f90c5a64f87d7260f 100644 (file)
@@ -94,7 +94,7 @@ static inline void do_exec_command(struct service_processor *sp)
        }
 }
 
-/**
+/*
  * exec_command
  * send a command to a service processor
  * Commands are executed sequentially. One command (sp->current_command)
@@ -140,7 +140,7 @@ static void exec_next_command(struct service_processor *sp)
        }
 }
 
-/**
+/*
  * Sleep until a command has failed or a response has been received
  * and the command status been updated by the interrupt handler.
  * (see receive_response).
@@ -153,7 +153,7 @@ void ibmasm_wait_for_response(struct command *cmd, int timeout)
                                timeout * HZ);
 }
 
-/**
+/*
  * receive_command_response
  * called by the interrupt handler when a dot command of type command_response
  * was received.
This page took 0.037324 seconds and 4 git commands to generate.