Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226891
b: refs/heads/master
c: 474ffb7
h: refs/heads/master
i:
  226889: 9259ab7
  226887: 46c348a
v: v3
  • Loading branch information
Tomas Henzl authored and James Bottomley committed Jan 3, 2011
1 parent 186b386 commit a644964
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 41511704b678f7b101a76e58d6c6b7bbe2a9ad70
refs/heads/master: 474ffb74c75ea9845860ffb24cdc127eda0d5657
3 changes: 2 additions & 1 deletion trunk/drivers/scsi/lpfc/lpfc_sli.c
Original file line number Diff line number Diff line change
Expand Up @@ -11578,7 +11578,8 @@ lpfc_sli4_post_scsi_sgl_block(struct lpfc_hba *phba, struct list_head *sblist,
static int
lpfc_fc_frame_check(struct lpfc_hba *phba, struct fc_frame_header *fc_hdr)
{
char *rctl_names[] = FC_RCTL_NAMES_INIT;
/* make rctl_names static to save stack space */
static char *rctl_names[] = FC_RCTL_NAMES_INIT;
char *type_names[] = FC_TYPE_NAMES_INIT;
struct fc_vft_header *fc_vft_hdr;

Expand Down

0 comments on commit a644964

Please sign in to comment.