tpm/tpm_i2c_stm_st33: Sanity cleanup
authorChristophe Ricard <christophe.ricard@gmail.com>
Tue, 13 Jan 2015 22:13:10 +0000 (23:13 +0100)
committerPeter Huewe <peterhuewe@gmx.de>
Sat, 17 Jan 2015 14:04:02 +0000 (15:04 +0100)
Cleanup header description and correct some indent.

Reviewed-by: Jason Gunthorpe <jason.gunthorpe@obsidianresearch.com>
Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com>
Reviewed-by: Peter Huewe <peterhuewe@gmx.de>
Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
drivers/char/tpm/tpm_i2c_stm_st33.c

index f05b0a4..d6e87d7 100644 (file)
@@ -814,8 +814,7 @@ _tpm_clean_answer:
 
 /*
  * tpm_stm_i2c_remove remove the TPM device
- * @param: client, the i2c_client drescription (TPM I2C description).
- *             clear_bit(0, &chip->is_open);
+ * @param: client, the i2c_client description (TPM I2C description).
  * @return: 0 in case of success.
  */
 static int tpm_stm_i2c_remove(struct i2c_client *client)
@@ -890,7 +889,8 @@ MODULE_DEVICE_TABLE(of, of_st33zp24_i2c_match);
 #endif
 
 static SIMPLE_DEV_PM_OPS(tpm_stm_i2c_ops, tpm_stm_i2c_pm_suspend,
-       tpm_stm_i2c_pm_resume);
+                        tpm_stm_i2c_pm_resume);
+
 static struct i2c_driver tpm_stm_i2c_driver = {
        .driver = {
                .owner = THIS_MODULE,