[Cbe-oss-dev] [PATCH 4/10] MARS: fix whitespace
Yuji Mano
Yuji.Mano at am.sony.com
Wed Aug 6 04:54:15 EST 2008
This fixes a minor whitespace mistake.
Signed-off-by: Yuji Mano <yuji.mano at am.sony.com>
---
include/common/mars/mars_task_types.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/include/common/mars/mars_task_types.h
+++ b/include/common/mars/mars_task_types.h
@@ -142,7 +142,7 @@ struct mars_task_args {
struct mars_task_id {
uint64_t mars_context_ea;
uint16_t workload_id;
- uint8_t name[MARS_TASK_NAME_LEN_MAX];
+ uint8_t name[MARS_TASK_NAME_LEN_MAX];
} __attribute__((aligned(MARS_TASK_ID_ALIGN)));
struct mars_task_context {
More information about the cbe-oss-dev
mailing list