File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
drivers/char/tpm/st33zp24 Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ static int st33zp24_i2c_request_resources(struct i2c_client *client)
210
210
211
211
/*
212
212
* st33zp24_i2c_probe initialize the TPM device
213
- * @param: client, the i2c_client drescription (TPM I2C description).
213
+ * @param: client, the i2c_client description (TPM I2C description).
214
214
* @param: id, the i2c_device_id struct.
215
215
* @return: 0 in case of success.
216
216
* -1 in other case.
Original file line number Diff line number Diff line change @@ -329,7 +329,7 @@ static int st33zp24_spi_request_resources(struct spi_device *dev)
329
329
330
330
/*
331
331
* st33zp24_spi_probe initialize the TPM device
332
- * @param: dev, the spi_device drescription (TPM SPI description).
332
+ * @param: dev, the spi_device description (TPM SPI description).
333
333
* @return: 0 in case of success.
334
334
* or a negative value describing the error.
335
335
*/
@@ -378,7 +378,7 @@ static int st33zp24_spi_probe(struct spi_device *dev)
378
378
379
379
/*
380
380
* st33zp24_spi_remove remove the TPM device
381
- * @param: client, the spi_device drescription (TPM SPI description).
381
+ * @param: client, the spi_device description (TPM SPI description).
382
382
* @return: 0 in case of success.
383
383
*/
384
384
static int st33zp24_spi_remove (struct spi_device * dev )
Original file line number Diff line number Diff line change @@ -502,7 +502,7 @@ static const struct tpm_class_ops st33zp24_tpm = {
502
502
503
503
/*
504
504
* st33zp24_probe initialize the TPM device
505
- * @param: client, the i2c_client drescription (TPM I2C description).
505
+ * @param: client, the i2c_client description (TPM I2C description).
506
506
* @param: id, the i2c_device_id struct.
507
507
* @return: 0 in case of success.
508
508
* -1 in other case.
You can’t perform that action at this time.
0 commit comments