On 12/15/24 12:28 PM, Jonathan Cameron wrote: > From: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > > Whilst it doesn't actually make any difference because the code > that fills this field doesn't care, timestamps are all signed. > Use the new aligned_s64 instead of open coding alignment to avoid > confusing static analyzers and give slightly cleaner code. > > Signed-off-by: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > --- Reviewed-by: David Lechner <dlechner@xxxxxxxxxxxx>