I have question about Simplifying Statement Forms, this question
$$\lnot(p \lor \lnot q) \lor(\lnot p \land \lnot q) ≡ \lnot p$$
and this my answer $$\begin{align} \lnot(p \lor \lnot q) \lor(\lnot p \land \lnot q) &≡ (\lnot p \land \lnot\lnot q) \lor (\lnot p \land \lnot q)&&\text{De Morgan’s laws}\\ &≡(\lnot p \land q) \lor (\lnot p \land \lnot q)&&\text{Double Negative law}\\ &≡p \land (q \lor \lnot q) &&\text{Distributive laws}\\ &≡p \land t &&\text{Negation laws}\\ &≡p &&\text{Identity laws}\\ \end{align}$$
my answer is correct or not ?