Skip to content

Commit

Permalink
hpfs: missing endianness annotation
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <[email protected]>
  • Loading branch information
Al Viro committed Jan 4, 2016
1 parent 4802c59 commit 4e728cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/hpfs/map.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ __le32 *hpfs_load_bitmap_directory(struct super_block *s, secno bmp)
void hpfs_load_hotfix_map(struct super_block *s, struct hpfs_spare_block *spareblock)
{
struct quad_buffer_head qbh;
u32 *directory;
__le32 *directory;
u32 n_hotfixes, n_used_hotfixes;
unsigned i;

Expand Down

0 comments on commit 4e728cf

Please sign in to comment.