Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
This patch is to the sunvdc.c file that removes unnecessary semicolon reported by coccicheck Signed-off-by: Punit Vara <punitvara at gmail.com> --- drivers/block/sunvdc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/block/sunvdc.c b/drivers/block/sunvdc.c index 4b911ed..f81f637 100644 --- a/drivers/block/sunvdc.c +++ b/drivers/block/sunvdc.c @@ -603,7 +603,7 @@ static int generic_request(struct vdc_port *port, u8 op, void *buf, int len) case VD_OP_SET_EFI: return -EOPNOTSUPP; break; - }; + } map_perm |= LDC_MAP_SHADOW | LDC_MAP_DIRECT | LDC_MAP_IO; -- 2.5.3