Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359532
b: refs/heads/master
c: 478c030
h: refs/heads/master
v: v3
  • Loading branch information
Fengguang Wu authored and Jens Axboe committed Jan 12, 2013
1 parent c8b44e7 commit b3381d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 25bac122b8d874d625982aead1974be819eca841
refs/heads/master: 478c030eecbec927d62561c5f48a4515ea0fa21a
2 changes: 1 addition & 1 deletion trunk/drivers/block/mtip32xx/mtip32xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1723,7 +1723,7 @@ static int mtip_get_smart_attr(struct mtip_port *port, unsigned int id,
* -EINVAL Invalid parameters passed in, trim not supported
* -EIO Error submitting trim request to hw
*/
int mtip_send_trim(struct driver_data *dd, unsigned int lba, unsigned int len)
static int mtip_send_trim(struct driver_data *dd, unsigned int lba, unsigned int len)
{
int i, rv = 0;
u64 tlba, tlen, sect_left;
Expand Down

0 comments on commit b3381d7

Please sign in to comment.