lkml.org 
[lkml]   [2015]   [Jun]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [PATCH v2 1/2] vTPM: support little endian guests
Just a small comment otherwise it looks good.

On Tue, 9 Jun 2015, Hon Ching(Vicky) Lo wrote:
> case NONHOST_INFO:
> - name = tcpa_event_type_strings[event->event_type];
> + name =
> + tcpa_event_type_strings[do_endian_conversion
> + (event->event_type)];
Not being picky but if it does not exceed 80 characters it looks better
to join the line above.
name = tcpa_event_type_strings[do_endian_conversion
(event->event_type)];

> case POST_CONTENTS:
> - name = tcpa_pc_event_id_strings[pc_event->event_id];
> + name =
> + tcpa_pc_event_id_strings[do_endian_conversion
> + (pc_event->event_id)];
Same as above.

Thanks,
--Ashley Lai


\
 
 \ /
  Last update: 2015-06-17 03:41    [W:0.065 / U:0.120 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site