Hello. Ralf Baechle wrote:
+/** + * Write a 32bit value to the Octeon NPI register space + * + * @param address Address to write to + * @param val Value to write + */Linux coding style - comments are: /* * blah frobnicate zumbitso */ sed is your friend to fix this.
This is kernel-doc style but looking wrong anyway. It should be: /** * octeon_npi_write32 - write a 32bit value to the Octeon NPI register space * * @address: address to write to * @val : value to write */ WBR, Sergei